Skip to content

Commit

Permalink
fixed import error in Let tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Jun 29, 1999
1 parent 458b7b4 commit 90db762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DT_Let.py
Expand Up @@ -112,7 +112,7 @@
as desired.
'''

from DocumentTemplate.DT_Util import render_blocks, str, Eval, expr_globals, Eval, ParseError, regex, strip
from DT_Util import render_blocks, str, Eval, expr_globals, Eval, ParseError, regex, strip

class Let:
blockContinuations=()
Expand Down

0 comments on commit 90db762

Please sign in to comment.