Commit 969f6d84 authored by Jim Fulton's avatar Jim Fulton

Got rid of extra Eval import.

Documented weird str import. Waaaa.
parent f72c8abb
...@@ -112,7 +112,9 @@ ...@@ -112,7 +112,9 @@
as desired. as desired.
''' '''
from DT_Util import render_blocks, str, Eval, expr_globals, Eval, ParseError, regex, strip from DT_Util import render_blocks, Eval, expr_globals, ParseError, regex, strip
from DT_Util import str # Probably needed due to hysterical pickles.
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