10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-07 20:05:58 +02:00
eplf/scripts/common.py

6 lines
115 B
Python
Raw Normal View History

2009-12-04 16:14:23 +01:00
#!/usr/bin/env python
import sys, os
wd = os.path.dirname(__file__)
sys.path = [ wd+"/../EZFIO/Python" ]+sys.path