Remove obsolete variable declaration
authorChristian Ebert <blacktrash@gmx.net>
Thu, 14 Feb 2008 01:38:28 +0100
changeset 406 2069334ec1d0
parent 405 e15e7ec5b3c3
child 407 60c993ce6acb
Remove obsolete variable declaration
hgkw/keyword.py
--- a/hgkw/keyword.py	Thu Feb 14 01:22:22 2008 +0100
+++ b/hgkw/keyword.py	Thu Feb 14 01:38:28 2008 +0100
@@ -103,7 +103,7 @@
     return time.strftime('%Y/%m/%d %H:%M:%S', time.gmtime(date[0]))
 
 
-_kwtemplater = _cmd = _cmdoptions = None
+_kwtemplater = _cmd = None
  
 # store originals of monkeypatches
 _patchfile_init = patch.patchfile.__init__