• Arnaud Fontaine's avatar
    py3: Make py3 API available on py2. · 22af8200
    Arnaud Fontaine authored
    Standard library was reorganized (urlparse => urllib, httplib => http...) in PEP
    3108. install_aliases() from `future` egg provides module aliases so that
    imports work on both python2 and python3.
    22af8200
zopewsgi.py 7.23 KB