Skip to content
Snippets Groups Projects
Commit 1f7ca475 authored by Frank Baier's avatar Frank Baier
Browse files

Update file __init__.py

parent d1f90fd2
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,11 @@ import os.path ...@@ -6,6 +6,11 @@ import os.path
import pprint import pprint
import tarfile import tarfile
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
_DIRECTORIES = [ _DIRECTORIES = [
'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications', 'cmk_addons_plugins', 'agents', 'checkman', 'checks', 'doc', 'inventory', 'notifications', 'cmk_addons_plugins',
'agent_based', 'pnp-templates', 'web', 'lib', 'bin', 'mibs', 'agent_based', 'pnp-templates', 'web', 'lib', 'bin', 'mibs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment