Commit 29f462f0 authored by Michel Pelletier's avatar Michel Pelletier

fixed import error in Let tag

parent bacc1f0a
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
as desired. 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: class Let:
blockContinuations=() blockContinuations=()
......
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