Skip to content
Snippets Groups Projects
Commit 894d3dc9 authored by Giorgos Korfiatis's avatar Giorgos Korfiatis
Browse files

Prefer local lib path

parent 5ee67fb7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ import sys
PATH = os.path.dirname(os.path.realpath(__file__))
LIBPATH = os.path.join(PATH, "lib")
sys.path.append(LIBPATH)
sys.path.insert(0, LIBPATH)
from agkyra import config
AGKYRA_DIR = config.AGKYRA_DIR
......
......@@ -21,7 +21,7 @@ import sys
PATH = os.path.dirname(os.path.realpath(__file__))
LIBPATH = os.path.join(PATH, "lib")
sys.path.append(LIBPATH)
sys.path.insert(0, LIBPATH)
from agkyra import config
AGKYRA_DIR = config.AGKYRA_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment