Commit a3bd01a8 authored by Jim Fulton's avatar Jim Fulton

Rearranged slightly to make debugging easier.

parent 9f464ea6
......@@ -137,6 +137,7 @@ class ProductContext:
for backward compatibility
"""
app=self.__app
initial=constructors[0]
tt=type(())
productObject=self.__prod
......@@ -183,7 +184,7 @@ class ProductContext:
if productObject.__dict__.has_key(name): return
self.__app._manage_add_product_meta_type(
app._manage_add_product_meta_type(
productObject, name, meta_type or instance_class.meta_type
)
......
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