web/views/eproperties.py
branchtls-sprint
changeset 731 ac4a94e50b60
parent 728 a95b284150d1
child 792 685f020f855f
--- a/web/views/eproperties.py	Tue Feb 17 23:54:30 2009 +0100
+++ b/web/views/eproperties.py	Wed Feb 18 00:03:27 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.common.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