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:
parent
f357adcd9a
commit
eecccac106
2 changed files with 4 additions and 2 deletions
|
@ -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 -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue