kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
314 stars 134 forks source link

PEP8 fixes #13

Closed ebrensi closed 8 years ago

ebrensi commented 8 years ago

The code here works the same but I made some cosmetic changes to bring it to PEP8 standard, mostly improving readability for standard 80-column editing. I put parentheses around print statements and changed parameter input to .format() style, setting the stage for easier conversion to Python3.

ebrensi commented 8 years ago

if this pull request is approved I'll go ahead and integrate Irek's changes with conditionals so this code can work with python 2 or 3.

ebrensi commented 8 years ago

I have a better pull request. Ignore this one.