This commit is contained in:
Kovid Goyal 2014-07-03 08:38:07 +05:30
commit 327abb0ce8

View File

@ -322,6 +322,7 @@ class TemplateFormatter(string.Formatter):
string.Formatter.__init__(self)
self.book = None
self.kwargs = None
self.strip_results = True
self.locals = {}
def _do_format(self, val, fmt):