web/views/eproperties.py
branchtls-sprint
changeset 940 15dcdc863965
parent 879 329fd038c5a3
child 984 536e421b082b
--- a/web/views/eproperties.py	Tue Feb 24 11:35:08 2009 +0100
+++ b/web/views/eproperties.py	Tue Feb 24 11:59:53 2009 +0100
@@ -13,7 +13,7 @@
 
 from cubicweb.selectors import (one_line_rset, none_rset, implements,
                                 match_user_groups, chainfirst, chainall)
-from cubicweb.common.utils import UStringIO
+from cubicweb.utils import UStringIO
 from cubicweb.common.view import StartupView
 from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param, stdmsgs
 from cubicweb.web.views import baseviews