All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.future.moves.urllib.response.py Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
from future import standard_library
from future.utils import PY3

if PY3:
    from urllib.response import *
else:
    __future_module__ = True
    with standard_library.suspend_hooks():
        from urllib import (addbase,
                            addclosehook,
                            addinfo,
                            addinfourl)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy