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

Updated the code to work on newer versions of python (3.5+) fixes #1 #2

Merged
merged 2 commits into from
Jul 11, 2016

Commits on Jul 11, 2016

  1. Updated to work on python 3.5

    print is now required to be used as print('test')
    and ConfigParser was changed to configparser
    
    fixed some spacing/tab issues
    
    and decleared bytes with b to avoid join problems (join expects string unless there is b before the calling string and should recive all parameters as bytes)
    jNullj committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    9c91134 View commit details
    Browse the repository at this point in the history
  2. Fixed port

    jNullj committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    73cf79c View commit details
    Browse the repository at this point in the history