mirror of
https://gitlab.com/scemama/eplf
synced 2024-11-13 09:34:04 +01:00
6 lines
115 B
Python
6 lines
115 B
Python
#!/usr/bin/env python
|
|
|
|
import sys, os
|
|
wd = os.path.dirname(__file__)
|
|
sys.path = [ wd+"/../EZFIO/Python" ]+sys.path
|