Commit 6316f748 authored by Guido van Rossum's avatar Guido van Rossum

Remove dependencies on TALCompiler.

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