hgkw/keyword.py
changeset 395 9c51c755118b
parent 394 fe13fe09ba2e
child 396 c5dfb272ff4f
--- 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__