mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
put version in standalone file
this way, it avoids error due to missing imports
This commit is contained in:
parent
e7998ced78
commit
f357adcd9a
5 changed files with 11 additions and 5 deletions
|
@ -33,7 +33,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
|
|||
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
from ldapcherry import version
|
||||
from ldapcherry.version import version
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue