PyNesca/address_generation/__init__.py

8 lines
98 B
Python
Raw Normal View History

import sys
import os
fil = __file__[:__file__.rindex(os.sep)]
print(fil)
sys.path.insert(0,fil)