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
 
@@ -140,14 +140,12 @@ try:
 
    import pam
 
    pam.PAM_TEXT_INFO
 
    pam_lib_installed = True
 
except ImportError:
 
    pam_lib_installed = False
 

	
 
import logging
 

	
 
class NullHandler(logging.Handler):
 
    def emit(self, record):
 
        pass
 

	
 
def init_stack(config=None):
 
    if not config:
0 comments (0 inline, 0 general)