From: Markus Unterwaditzer Date: Thu, 2 Apr 2015 00:01:35 +0000 (+0200) Subject: Fix syntax error X-Git-Tag: 2.8~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1184d251a550a52fee47a0dc9d7d1e1090a4ac3;p=thirdparty%2Fjinja.git Fix syntax error --- diff --git a/jinja2/_compat.py b/jinja2/_compat.py index 7f10316c..d8ca2153 100644 --- a/jinja2/_compat.py +++ b/jinja2/_compat.py @@ -136,7 +136,7 @@ def _get_tbtype(): return type(_tb), type(_tb.tb_frame) traceback_type, frame_type = _get_tbtype() -del _get_tbtype() +del _get_tbtype try: from urllib.parse import quote_from_bytes as url_quote