Skip to content

Support for Python3 #5

@mycaule

Description

@mycaule

The command was initially developed for Python 2, but now breaks with Python 3.

These only small changes are needed to correct the errors:

ModuleNotFoundError: No module named 'urlparse'
  • main.py: use the standard try except syntax.
    except SyntaxError, e:
                      ^
SyntaxError: invalid syntax
NameError: name 'xrange' is not defined
AttributeError: module 'itertools' has no attribute 'izip_longest'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions