irpf90/src/__init__.py

5 lines
131 B
Python
Raw Normal View History

2020-01-27 18:43:22 +01:00
# For relative imports to work in Python 3.6
import os, sys
sys.path = [ os.path.dirname(os.path.realpath(__file__)) ] + sys.path