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

Python 3 compatiblity for ps-matrix (argparse, print, dict) #54

Merged
merged 2 commits into from May 31, 2018

Commits on May 31, 2018

  1. Replace getopt with argparse in ps-matrix

    Print statements are turned into functions for consistency.
    rakhimov committed May 31, 2018
    Copy the full SHA
    f258402 View commit details
    Browse the repository at this point in the history
  2. Cleanup ps-matrix with prospector (pylint, pep8)

    This is for a better compatibility with python 3.
    rakhimov committed May 31, 2018
    Copy the full SHA
    6a196fc View commit details
    Browse the repository at this point in the history