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

Cosmetic.

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