[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [XEND] Minor readability change



# HG changeset patch
# User atse@xxxxxxxxxxxxxxxxxxxxxxxx
# Node ID 4d9e5a2616a35662a52d99dcbfbd06916ce40bef
# Parent  00822a3a57d9d92b36d6f5c270ddee1b2a9011bf
[XEND] Minor readability change

Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendLogging.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 00822a3a57d9 -r 4d9e5a2616a3 tools/python/xen/xend/XendLogging.py
--- a/tools/python/xen/xend/XendLogging.py      Fri Jul 14 11:49:24 2006 +0100
+++ b/tools/python/xen/xend/XendLogging.py      Fri Jul 14 11:49:25 2006 +0100
@@ -28,7 +28,7 @@ __all__ = [ 'log', 'init', 'getLogFilena
 __all__ = [ 'log', 'init', 'getLogFilename' ]
 
 
-if not 'TRACE' in logging.__dict__:
+if 'TRACE' not in logging.__dict__:
     logging.TRACE = logging.DEBUG - 1
     logging.addLevelName(logging.TRACE,'TRACE')
     def trace(self, *args, **kwargs):

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.