Skip to content

Conversation

@schmamps
Copy link

@schmamps schmamps commented May 4, 2018

Changed across project:

  • Convert print var calls to print(var) (compat)
  • Change import statements (compat)
  • Fix inconsistent line breaks (format)

Changed in parser.py

  • Import os.path more granularly
  • Replace redundant path building

Retained:

  • Python 2.7 compatibility (compat)
  • non-PEP8 use of camelCase (format)

schmamps added 4 commits May 4, 2018 14:54
Changed across project:
* Convert ```print var``` calls to ```print(var)``` (compat)
* Change ```import``` statements (compat)
* Fix inconsistent line breaks (format)

Changed in ```parser.py```
* Import ```os.path``` more granularly
* Replace redundant path bulding

Retained:
* Python 2.7 compatibility (compat)
* non-PEP8 use of camelCase (format)
Changed across project:
* Convert ```print var``` calls to ```print(var)``` (compat)
* Change ```import``` statements (compat)
* Fix inconsistent line breaks (format)

Changed in ```parser.py```
* Import ```os.path``` more granularly
* Replace redundant path bulding

Retained:
* Python 2.7 compatibility (compat)
* non-PEP8 use of camelCase (format)
@rayrrr
Copy link

rayrrr commented Apr 30, 2019

This PR's branch is working for me. Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants