web/views/basetemplates.py
branchtls-sprint
changeset 811 c6ebabe9db91
parent 646 8a9551089912
child 816 9cd49a910fce
child 818 dc45e3cc487c
--- a/web/views/basetemplates.py	Wed Feb 18 16:18:56 2009 +0100
+++ b/web/views/basetemplates.py	Wed Feb 18 16:26:47 2009 +0100
@@ -11,10 +11,8 @@
 from logilab.mtconverter import html_escape
 
 from cubicweb import NoSelectableObject, ObjectNotFound
-from cubicweb.common.view import Template, MainTemplate,  NOINDEX, NOFOLLOW
-from cubicweb.common.utils import make_uid
-from cubicweb.common.utils import UStringIO
-
+from cubicweb.view import Template, MainTemplate,  NOINDEX, NOFOLLOW
+from cubicweb.utils import make_uid, UStringIO
 from cubicweb.web.views.baseviews import vid_from_rset
 
 # main templates ##############################################################