Changeset - ff1bd1b60736
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2016-02-09 17:54:22
thomas.de.schampheleire@gmail.com
tests: remove duplicate import of 'logging'
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/__init__.py
Show inline comments
 
@@ -143,8 +143,6 @@ try:
 
except ImportError:
 
    pam_lib_installed = False
 

	
 
import logging
 

	
 
class NullHandler(logging.Handler):
 
    def emit(self, record):
 
        pass
0 comments (0 inline, 0 general)