Commit cf06f90a authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

lazy_class.py: clean codes.

parent c341a6e0
......@@ -164,7 +164,6 @@ class PortalTypeMetaClass(GhostBaseMetaClass, PropertyHolder):
PortalTypeMetaClass.subclass_register.setdefault(parent, []).append(cls)
cls.workflow_method_registry = {}
cls.erp5workflow_method_registry = {}
cls.__isghost__ = True
super(GhostBaseMetaClass, cls).__init__(name, bases, dictionary)
......
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