From: Michael Tremer Date: Tue, 17 Mar 2015 13:04:02 +0000 (+0100) Subject: handlers base: Load logging module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47ed77ed54b214b7030f6ef155f50df96406e871;p=ipfire.org.git handlers base: Load logging module The module is used but was not loaded which lead to an exception when a user tried to log in with wrong credentials --- diff --git a/webapp/handlers_base.py b/webapp/handlers_base.py index b03e9199..4051ced0 100644 --- a/webapp/handlers_base.py +++ b/webapp/handlers_base.py @@ -6,6 +6,7 @@ import datetime import dateutil.parser import httplib import ipaddr +import logging import time import tornado.locale import tornado.web