# HG changeset patch # User Thomas De Schampheleire # Date 2016-02-09 17:54:22 # Node ID ff1bd1b6073692552336e7013c49f3ac0701d8d1 # Parent 2f14b4db03626c6eb2fd9b6f541d74c96de0178a tests: remove duplicate import of 'logging' diff --git a/kallithea/tests/__init__.py b/kallithea/tests/__init__.py --- a/kallithea/tests/__init__.py +++ b/kallithea/tests/__init__.py @@ -143,8 +143,6 @@ try: except ImportError: pam_lib_installed = False -import logging - class NullHandler(logging.Handler): def emit(self, record): pass