changeset 5706:ff1bd1b60736

tests: remove duplicate import of 'logging'
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 09 Feb 2016 17:54:22 +0100
parents 2f14b4db0362
children 37d713674f63
files kallithea/tests/__init__.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/__init__.py	Tue Feb 09 17:46:36 2016 +0100
+++ b/kallithea/tests/__init__.py	Tue Feb 09 17:54:22 2016 +0100
@@ -143,8 +143,6 @@
 except ImportError:
     pam_lib_installed = False
 
-import logging
-
 class NullHandler(logging.Handler):
     def emit(self, record):
         pass