remember something

parent 5bb2b5ed
......@@ -98,6 +98,8 @@ class ZopeEngine(ExpressionEngine):
def Engine():
e = ZopeEngine()
#TODO wire in PathIterator.Iterator after fixing it
# e.iteratorFactory = Iterator
for pt in ZopePathExpr._default_type_names:
e.registerType(pt, ZopePathExpr)
e.registerType('string', StringExpr)
......
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