Commit 4db70e76 authored by Guido van Rossum's avatar Guido van Rossum

Remove unused import of macroIndexer.

parent 0b792d80
...@@ -89,7 +89,7 @@ Dummy TALES engine so that I can test out the TAL implementation. ...@@ -89,7 +89,7 @@ Dummy TALES engine so that I can test out the TAL implementation.
import re import re
import string import string
from TALDefs import NAME_RE, macroIndexer, TALError from TALDefs import NAME_RE, TALError
class TALESError(TALError): class TALESError(TALError):
pass pass
......
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