Commit 4a1dbd67 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Cosmetic.

parent 9743b5fe
...@@ -112,12 +112,7 @@ class RecordablePropertyMetaClass(ExtensionClass): ...@@ -112,12 +112,7 @@ class RecordablePropertyMetaClass(ExtensionClass):
# ExtensionClass required to avoid metaclasses conflicts when # ExtensionClass required to avoid metaclasses conflicts when
# ghosting/unghosting Portal Types # ghosting/unghosting Portal Types
new_class = ExtensionClass.__new__(ExtensionClass, return ExtensionClass.__new__(ExtensionClass, name, bases, dictionary)
name,
bases,
dictionary)
return new_class
class ComponentMixin(PropertyRecordableMixin, Base): class ComponentMixin(PropertyRecordableMixin, Base):
""" """
......
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