Commit bcf45c64 authored by 's avatar

Added class init to FixedSchema

parent 82a76b41
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Property sheets""" """Property sheets"""
__version__='$Revision: 1.67 $'[11:-2] __version__='$Revision: 1.68 $'[11:-2]
import time, string, App.Management, Globals import time, string, App.Management, Globals
from webdav.WriteLockInterface import WriteLockInterface from webdav.WriteLockInterface import WriteLockInterface
...@@ -780,6 +780,8 @@ class FixedSchema(PropertySheet): ...@@ -780,6 +780,8 @@ class FixedSchema(PropertySheet):
def property_extensible_schema__(self): def property_extensible_schema__(self):
return 0 return 0
return self._base._extensible return self._base._extensible
Globals.default__class_init__(FixedSchema)
......
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