added dataset to sys.path

This commit is contained in:
Gregor Aisch 2013-04-01 21:32:54 +02:00
parent 57afc346c6
commit 4bbaa7ba00

View File

@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
# -- General configuration -----------------------------------------------------