branch | tls-sprint |
changeset 940 | 15dcdc863965 |
parent 890 | 3530baff9120 |
child 1013 | 948a3882c94a |
--- a/web/request.py Tue Feb 24 11:35:08 2009 +0100 +++ b/web/request.py Tue Feb 24 11:59:53 2009 +0100 @@ -21,7 +21,7 @@ from cubicweb.dbapi import DBAPIRequest from cubicweb.common.mail import header from cubicweb.common.uilib import remove_html_tags -from cubicweb.common.utils import SizeConstrainedList, HTMLHead +from cubicweb.utils import SizeConstrainedList, HTMLHead from cubicweb.web import (INTERNAL_FIELD_VALUE, LOGGER, NothingToEdit, RequestError, StatusResponse)