fix imports tls-sprint
authorsylvain.thenault@logilab.fr
Tue, 17 Feb 2009 18:17:40 +0100
branchtls-sprint
changeset 684 ddeab9691381
parent 683 4f4a34346e9b
child 685 2538262ffc29
fix imports
sobjects/supervising.py
--- a/sobjects/supervising.py	Tue Feb 17 18:17:32 2009 +0100
+++ b/sobjects/supervising.py	Tue Feb 17 18:17:40 2009 +0100
@@ -8,8 +8,8 @@
 __docformat__ = "restructuredtext en"
 
 from cubicweb import UnknownEid
-from cubicweb.common.appobject import Component
-from cubicweb.common.view import StartupView
+from cubicweb.selectors import none_rset
+from cubicweb.common.view import Component
 from cubicweb.common.mail import format_mail
 from cubicweb.server.hooksmanager import Hook
 from cubicweb.server.hookhelper import SendMailOp