Pass code check.

This commit is contained in:
Bob Lantz
2010-03-24 17:08:25 -07:00
parent 45e82d0952
commit 41badb9686
3 changed files with 13 additions and 12 deletions
+3 -3
View File
@@ -170,9 +170,9 @@ def makeListCompatible( fn ):
setattr( newfn, '__doc__', fn.__doc__ )
return newfn
info, output, warn, error, debug = (
lg.info, lg.output, lg.warn, lg.error, lg.debug ) = [
makeListCompatible( f ) for f in
info, output, warn, error, debug = (
lg.info, lg.output, lg.warn, lg.error, lg.debug ) = [
makeListCompatible( f ) for f in
lg.info, lg.output, lg.warn, lg.error, lg.debug ]
setLogLevel = lg.setLogLevel