Skip to content

Python 3 support #3

@rubik

Description

@rubik

It would be nice to have Python 3 support. I get this error while running the program:

$ challenges --active                                                                                                                               ⏎
Traceback (most recent call last):
  File /home/u/v/bin/challenges, line 7, in <module>
    from challenges.cli import main
  File /home/u/v/lib/python3.5/site-packages/challenges/cli.py, line 7, in <module>
    from local_exceptions import IncorrectParametersException
ImportError: No module named 'local_exceptions'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions