Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Towards python 3 support #677

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 13, 2015

  1. Apply futurize stage 1.

    hayd committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    d2b52fa View commit details
    Browse the repository at this point in the history
  2. Fix inconsistent indentation (py3 SyntaxError).

    Using autopep --select=E101,E121
    hayd committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    904196f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Update imports for py3 compat.

    Python 3 requires OpenCV3.0 which has removed (!) support for
    cv2.cv. This does not address that aspect but should make later
    migration easier...
    hayd committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    2c86eb5 View commit details
    Browse the repository at this point in the history