req.py
changeset 2808 497424219fb0
parent 2798 9c650701cb17
child 2823 a4e3e9b1a9cd
--- a/req.py	Thu Aug 13 10:50:19 2009 +0200
+++ b/req.py	Thu Aug 13 10:57:57 2009 +0200
@@ -7,6 +7,7 @@
 """
 __docformat__ = "restructuredtext en"
 
+from urllib import quote as urlquote, unquote as urlunquote
 from datetime import time, datetime, timedelta
 
 from logilab.common.decorators import cached