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

Ensure 3.5 compatibility #9

Merged
merged 2 commits into from
Mar 27, 2017
Merged

Ensure 3.5 compatibility #9

merged 2 commits into from
Mar 27, 2017

Commits on Mar 10, 2017

  1. Ensure 3.5 compatibility

    It looks like Python 3.5 requires the module names to be dotted.  Otherwise, it throws an error
    
    ```
    ...
    from Porter import Porter
        ImportError: No module named 'Porter'
    ```
    JasonKessler committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    6174a77 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    a5c432a View commit details
    Browse the repository at this point in the history