changeset 406 | 2069334ec1d0 |
parent 404 | 45d3ea301c03 |
child 407 | 60c993ce6acb |
--- 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__