diff -r 35133d86970b -r 800592b8d39b server/hooksmanager.py --- a/server/hooksmanager.py Tue Feb 17 20:56:45 2009 +0100 +++ b/server/hooksmanager.py Tue Feb 17 21:29:58 2009 +0100 @@ -181,9 +181,9 @@ # self.register_hook(tidy_html_fields('before_update_entity'), 'before_update_entity', '') from cubicweb.vregistry import autoselectors +from cubicweb.selectors import yes from cubicweb.common.appobject import AppObject from cubicweb.common.registerers import yes_registerer -from cubicweb.common.selectors import yes class autoid(autoselectors): """metaclass to create an unique 'id' attribute on the class using it"""