Skip to content
Snippets Groups Projects
Commit 028d0f47 authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

adding current folder to PATH

parent bf942dba
No related branches found
No related tags found
1 merge request!13v0.7.0
......@@ -10,9 +10,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('.'))
# -- Project information -----------------------------------------------------
......
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