ready for debian packaging now
This commit is contained in:
@ -8,6 +8,7 @@ from os.path import dirname, abspath, join, normpath
|
||||
import sys
|
||||
|
||||
HERE = dirname(abspath(__file__))
|
||||
PATH = normpath(join(HERE, '..'))
|
||||
PATH = normpath(join(HERE, '..', 'src'))
|
||||
if PATH not in sys.path:
|
||||
sys.path.insert(1, PATH)
|
||||
|
||||
|
Reference in New Issue
Block a user