Commit 182f4961 authored by Guido van Rossum's avatar Guido van Rossum

Remove unused import of TALError.

parent 6e14b174
...@@ -96,7 +96,7 @@ try: ...@@ -96,7 +96,7 @@ try:
except ImportError: except ImportError:
from StringIO import StringIO from StringIO import StringIO
from TALDefs import TALError, quote, TAL_VERSION from TALDefs import quote, TAL_VERSION
from TALGenerator import TALGenerator from TALGenerator import TALGenerator
BOOLEAN_HTML_ATTRS = [ BOOLEAN_HTML_ATTRS = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment