view roundup/anypy/urllib_.py @ 4796:f61bd780892e 1.5.0

Release preparation
author Ralf Schlatterbeck <rsc@runtux.com>
date Sat, 06 Jul 2013 12:50:52 +0200
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/