Module: check_mk
Branch: master
Commit: e16e3f8575e85d48356947ab99aa747d8ae84e10
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e16e3f8575e85d…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Nov 6 09:10:18 2017 +0100
Added missing import
Change-Id: Ib5d244f900370e1092cbc143090be48af56c123b
---
web/htdocs/wato.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 169ae01..d9331d1 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -97,6 +97,7 @@ import modules as multisite_modules
import watolib
import cmk.paths
+import cmk.translations
import cmk.store as store
import cmk.man_pages as man_pages
from cmk.regex import escape_regex_chars, regex