diff options
Diffstat (limited to 'api/conf.py')
-rw-r--r-- | api/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api/conf.py b/api/conf.py index 1f6645fd..f3c5c796 100644 --- a/api/conf.py +++ b/api/conf.py @@ -16,9 +16,9 @@ # 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. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('..')) # -- General configuration ------------------------------------------------ |