From 3402ba961306aee75c251d78209053cb05da237f Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 19 Oct 2015 20:36:18 +0200 Subject: [PATCH] pep8 compliance --- ldapcherry/lclogging.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ldapcherry/lclogging.py b/ldapcherry/lclogging.py index a9c1ca5..7816120 100644 --- a/ldapcherry/lclogging.py +++ b/ldapcherry/lclogging.py @@ -13,6 +13,7 @@ import logging import logging.handlers import cherrypy + # Custom log function to override weird error.log function # of cherrypy def syslog_error( @@ -70,5 +71,3 @@ def get_loglevel(level): return logging.CRITICAL else: return logging.INFO - -