keyword: declare globals in a more compact way
authorChristian Ebert <blacktrash@gmx.net>
Sun, 10 Feb 2008 00:15:03 +0100
changeset 395 9c51c755118b
parent 394 fe13fe09ba2e
child 396 c5dfb272ff4f
keyword: declare globals in a more compact way
hgkw/keyword.py
--- a/hgkw/keyword.py	Sun Feb 10 00:13:57 2008 +0100
+++ b/hgkw/keyword.py	Sun Feb 10 00:15:03 2008 +0100
@@ -101,7 +101,7 @@
     return time.strftime('%Y/%m/%d %H:%M:%S', time.gmtime(date[0]))
 
 
-_kwtemplater, _cmd, _cmdoptions = None, None, None
+_kwtemplater = _cmd = _cmdoptions = None
  
 # store originals of monkeypatches
 _patchfile_init = patch.patchfile.__init__