10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-18 11:15:20 +02:00
irpf90/bin/irpf90
2009-09-16 15:59:13 +02:00

11 lines
141 B
Python
Executable File

#!/usr/bin/python
import os
import sys
wd = os.path.abspath(os.path.dirname(__file__))
wd += "/../src/"
sys.path.append(wd)
import irpf90