keyword: declare globals in a more compact way

This commit is contained in:
Christian Ebert 2008-02-09 22:50:53 +01:00
parent beb5041c53
commit 9543ba8beb

View File

@ -99,7 +99,7 @@ def utcdate(date):
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__