1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 03:47:35 +02:00

fix import of version in docs/conf.py and setup.py

This commit is contained in:
kakwa 2017-04-06 20:46:58 +02:00
parent f357adcd9a
commit eecccac106
2 changed files with 4 additions and 2 deletions

View file

@ -32,8 +32,9 @@ MOCK_MODULES = ['ldap']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../ldapcherry'))
from ldapcherry.version import version
from version import version
# -- General configuration -----------------------------------------------------