Implemented more elegant way for entire plugin module to be conditionally skipped; updated cert.py and ra.py modules to use this

This commit is contained in:
Jason Gerard DeRose
2009-02-12 02:10:12 -07:00
committed by Rob Crittenden
parent e0fe732318
commit 4ab133c3cb
7 changed files with 140 additions and 82 deletions

View File

@@ -64,7 +64,7 @@ FORMAT_FILE = '\t'.join([
'%(process)d',
'%(threadName)s',
'%(levelname)s',
'%(message)r', # Using %r for repr() so message is a single line
'%(message)s',
])