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

Directly 2to3 #723

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

Directly 2to3 #723

wants to merge 8 commits into from

Commits on Aug 6, 2019

  1. Directly 2to3

    jiapei100 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    eabf146 View commit details
    Browse the repository at this point in the history
  2. cv2.cv. to cv2.

    jiapei100 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5e80c22 View commit details
    Browse the repository at this point in the history
  3. cv2.cv. to cv2.

    jiapei100 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7f4553f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3db044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f13fbe View commit details
    Browse the repository at this point in the history
  6. 1. Remove from types import IntType, LongType, FloatType, InstanceTyp…

    …e 2. return type(n) in (IntType, LongType, FloatType) to return type(n) in (int, float)
    jiapei100 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    ce6115f View commit details
    Browse the repository at this point in the history
  7. Tabs to spaces

    jiapei100 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    383ba04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe67d0e View commit details
    Browse the repository at this point in the history