ok
This commit is contained in:
parent
cdf401a77c
commit
d4f2509178
@ -30,8 +30,11 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
|
|||||||
# add these directories to sys.path here. If the directory is relative to the
|
# 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.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
|
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
|
||||||
|
libpath=os.path.join(curr_path, '../wrapper/')
|
||||||
sys.path.insert(0, os.path.join(curr_path, '../wrapper/'))
|
sys.path.insert(0, os.path.join(curr_path, '../wrapper/'))
|
||||||
|
|
||||||
|
sys.stderr.write(str(os.listdir(libpath))+'\n')
|
||||||
|
|
||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user