mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02: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'))
|