mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-29 16:02:49 +01:00
2 lines
97 B
Python
2 lines
97 B
Python
|
|
import sys, os
|
||
|
|
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/../src/python'))
|