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. ...@@ -89,8 +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 from TALDefs import NAME_RE, macroIndexer, TALError
from TALCompiler import TALCompiler, 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