diff -r c4d4851bd18b -r 7dd2a81b8bc8 web/request.py --- a/web/request.py Wed Apr 29 19:48:27 2009 +0200 +++ b/web/request.py Wed Apr 29 19:50:04 2009 +0200 @@ -23,7 +23,7 @@ from cubicweb.common.uilib import remove_html_tags from cubicweb.utils import SizeConstrainedList, HTMLHead from cubicweb.web import (INTERNAL_FIELD_VALUE, LOGGER, NothingToEdit, RequestError, - StatusResponse) + StatusResponse) _MARKER = object()