From: Armin Ronacher Date: Sun, 19 May 2013 13:46:12 +0000 (+0100) Subject: Removed unnecessary del X-Git-Tag: 2.7~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2eba516f4accc057e3f7a0fa55b45117af8893;p=thirdparty%2Fjinja.git Removed unnecessary del --- diff --git a/jinja2/_compat.py b/jinja2/_compat.py index f72e99b6..27f85552 100644 --- a/jinja2/_compat.py +++ b/jinja2/_compat.py @@ -120,4 +120,3 @@ except TypeError: _tb = sys.exc_info()[2] traceback_type = type(_tb) frame_type = type(_tb.tb_frame) -del _C, _tb, _func