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

add agkyra in python path before getting version

parent e2aad117
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,10 @@ copyright = u'2015, Synnefo development team'
# built documents.
#
# The short X.Y version.
CURPATH = os.path.dirname(__file__)
toplevel = os.path.join(CURPATH, '..', '..', '..')
sys.path.insert(0, toplevel)
import agkyra
version = agkyra.__version__
# The full version, including alpha/beta/rc tags.
......
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