autogestion / corruption_tracker

BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

PEP8 fixes #20

Closed Vegasq closed 9 years ago

Vegasq commented 9 years ago

Guys, lets write clean and correct code. Read python documentation about code style or at least install to your code editor some code analyzer.

VIM: https://github.com/hynek/vim-python-pep8-indent Sublime: https://github.com/dreadatour/Flake8Lint

or simply "pep8 ."

Thanks, J