changeset 2808 | 497424219fb0 |
parent 2788 | 8d3dbe577d3a |
child 2968 | 0e3460341023 |
--- a/web/__init__.py Thu Aug 13 10:50:19 2009 +0200 +++ b/web/__init__.py Thu Aug 13 10:57:57 2009 +0200 @@ -13,10 +13,10 @@ from decimal import Decimal from datetime import datetime, date, timedelta from simplejson import dumps +from urllib import quote as urlquote from logilab.common.deprecation import deprecated -from cubicweb.common.uilib import urlquote from cubicweb.web._exceptions import *