eplf/scripts/common.py

6 lines
115 B
Python

#!/usr/bin/env python
import sys, os
wd = os.path.dirname(__file__)
sys.path = [ wd+"/../EZFIO/Python" ]+sys.path