Mercurial > p > roundup > code
view roundup/anypy/urllib_.py @ 4944:fe2d72103cc8
Fix two line-break accidents in devel and responsive milestone.item.html
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Tue, 25 Nov 2014 16:04:17 +0100 |
| parents | 74476eaac38a |
| children | dfd0bcc947e5 |
line wrap: on
line source
try: from urllib.parse import quote, urlparse except: from urllib import quote from urlparse import urlparse
