Skip to content
Snippets Groups Projects
Commit 15870030 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Fix #1

parent 7db88138
No related branches found
No related tags found
1 merge request!1Fix #1
......@@ -9,7 +9,7 @@ lib_path = os.path.dirname(os.path.realpath(__file__))
print('lib_path: ' + lib_path)
lib_pip = '/'.join([lib_path, 'pip'])
lib_isg = '/'.join([lib_path, 'git'])
lib_git = '/'.join([lib_path, 'git'])
lib_isg = '/'.join([lib_path, 'isg'])
sys.path.insert(0, lib_pip)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment