10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-07-17 08:30:32 +02:00
eplf/bin/common.py
2009-12-04 16:14:23 +01:00

6 lines
115 B
Python

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