Module: check_mk
Branch: master
Commit: 20132e20a9e0c640be498dc878bda9bd9ad631e9
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=20132e20a9e0c6…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon May 22 14:52:09 2017 +0200
Fixed pylint warning
Change-Id: If4c24ee3d951b61fbff0c6799002f059e79d1c66
---
web/htdocs/config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/config.py b/web/htdocs/config.py
index e9f87b5..0f9a103 100644
--- a/web/htdocs/config.py
+++ b/web/htdocs/config.py
@@ -41,6 +41,7 @@ import cmk.paths
# | Declarations of global variables and constants |
# '----------------------------------------------------------------------'
+sites = {}
multisite_users = {}
admin_users = []