Module: check_mk
Branch: master
Commit: 887c5b6dac3e6c8afe2fbe25538d79b95199dae0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=887c5b6dac3e6c…
Author: Roland Halbig <rh(a)mathias-kettner.de>
Date: Mon Oct 31 12:43:36 2016 +0100
Fixed missing import in forms.
---
web/htdocs/forms.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/forms.py b/web/htdocs/forms.py
index 12cf6d8..72432d1 100644
--- a/web/htdocs/forms.py
+++ b/web/htdocs/forms.py
@@ -24,6 +24,7 @@
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA.
+from htmllib import HTML
from lib import *
# A input function with the same call syntax as htmllib.textinput()