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

Python3 support #17

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Python3 support #17

wants to merge 6 commits into from

Commits on Mar 31, 2019

  1. Convert python2 print statements to python3 print statements

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    c42d2d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Python3: Convert asserts to newer format

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    441ceb2 View commit details
    Browse the repository at this point in the history
  2. Python3: Convert dict iterators to be usable with python3

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    8d31eff View commit details
    Browse the repository at this point in the history
  3. Python3: Convert raise statements to be compatible with python3

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    dd591a6 View commit details
    Browse the repository at this point in the history
  4. Python3: Convert has_key to in

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e04bfa8 View commit details
    Browse the repository at this point in the history
  5. Python3: Convert some idioms (make list, sort list) to one call

    Signed-off-by: Taylor Smock <[email protected]>
    tsmock committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    b36068b View commit details
    Browse the repository at this point in the history