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