Commit 04c83536 authored by Michel Pelletier's avatar Michel Pelletier

Made PropertyManager call Globals.default__class_init__, the lack of

which was breaking all kinds of good stuff.
parent 194ccd38
......@@ -84,9 +84,9 @@
##############################################################################
"""Property management"""
__version__='$Revision: 1.14 $'[11:-2]
__version__='$Revision: 1.15 $'[11:-2]
import ExtensionClass
import ExtensionClass, Globals
from PropertySheets import DefaultPropertySheets, vps
from ZPublisher.Converters import type_converters
from Globals import HTMLFile, MessageDialog
......@@ -334,3 +334,6 @@ class PropertyManager(ExtensionClass.Base):
return self.manage_propertiesForm(self, REQUEST)
Globals.default__class_init__(PropertyManager)
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