Python icon indicating copy to clipboard operation
Python copied to clipboard

PEP8 code style

Open SleepingPills opened this issue 10 years ago • 0 comments

I know this is not of the highest priority, but looking at the code there are a few issues with respect to generally accepted code styling in Python (see here: http://legacy.python.org/dev/peps/pep-0008/). E.g. inconsistent indentation, camelCase function names etc...

If there are no strong feelings, I can clean this up quickly and submit a PR?

SleepingPills avatar Apr 30 '14 08:04 SleepingPills