Skip to content

use six.moves to handle imports from urllib, urllib2 and urlparse #83

Open
@daira

Description

@daira

E.g.

from urlparse import ParseResult

=>

from six.moves.urllib.parse import ParseResult

and

import urlparse
urlparse.ParseResult

=>

import six.moves.urllib.parse as urlparse
urlparse.ParseResult

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions