10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-05 21:05:24 +02:00
irpf90/src/__init__.py

5 lines
131 B
Python

# For relative imports to work in Python 3.6
import os, sys
sys.path = [ os.path.dirname(os.path.realpath(__file__)) ] + sys.path