Module: check_mk
Branch: master
Commit: 3042fe2a076b13682db3d228b3642fecf4208ddf
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3042fe2a076b13…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue May 31 16:55:36 2016 +0200
Added missing import
---
web/htdocs/inventory.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/inventory.py b/web/htdocs/inventory.py
index 3758dfc..69e5ff6 100644
--- a/web/htdocs/inventory.py
+++ b/web/htdocs/inventory.py
@@ -34,7 +34,7 @@ except ImportError:
import config
import sites
-from lib import MKException, MKGeneralException, lqencode
+from lib import MKException, MKGeneralException, MKAuthException, lqencode
# Load data of a host, cache it in the current HTTP request
def host(hostname):