b98961c1c05d10fbadce03c5401b29526d0f3488
[cascardo/irpf-gui.git] / test / test_municipios.py
1 # -*- mode: python; encoding: utf-8; -*-
2 import unittest
3 import sys
4 import os
5
6 myPath = os.path.dirname(os.path.abspath(__file__))
7 sys.path.insert(0, myPath + '/../src')
8
9 if __name__ == '__main__':
10     unittest.main()
11
12 # vim:tabstop=4:expandtab:smartindent:fenc=utf8