def Creator(self):
     # XXX Backwards compatability with old version
     return getattr(self, '_creator', None) or BaseBTreeFolder.Creator(self)