branch | 3.5 |
changeset 2920 | 64322aa83a1d |
parent 2875 | b7399ef8b3e0 |
child 2931 | 17224e90a1c4 |
--- a/server/repository.py Thu Aug 20 17:33:05 2009 +0200 +++ b/server/repository.py Thu Aug 20 17:44:27 2009 +0200 @@ -194,6 +194,8 @@ 'cubicweb.entities.__init__') self.vreg.load_file(join(etdirectory, 'authobjs.py'), 'cubicweb.entities.authobjs') + self.vreg.load_file(join(etdirectory, 'wfobjs.py'), + 'cubicweb.entities.wfobjs') else: # test start: use the file system schema (quicker) self.warning("set fs instance'schema")