server/hooksmanager.py
branchtls-sprint
changeset 692 800592b8d39b
parent 672 bfd01026ada8
child 712 ce49e3885453
--- 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"""