view roundup/anypy/urllib_.py @ 4777:276bcbd1f4e4

Website: Its 2013 now.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 28 Mar 2013 00:46:28 +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

Roundup Issue Tracker: http://roundup-tracker.org/