changeset 3425 | 4035fc72d73c |
parent 3424 | 60c9722a590b |
child 3446 | fc5055a09550 |
--- a/server/repository.py Wed Sep 23 12:45:40 2009 +0200 +++ b/server/repository.py Wed Sep 23 13:27:05 2009 +0200 @@ -204,8 +204,6 @@ self.warning("set fs instance'schema") config.bootstrap_cubes() self.set_schema(config.load_schema()) - # make sure we have a hook registry in tests - self.vreg['hooks'] = hook.HooksRegistry(self.vreg) if not config.creating: if 'CWProperty' in self.schema: self.vreg.init_properties(self.properties())