dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

PEP8 #31

Closed treyhunner closed 13 years ago

treyhunner commented 13 years ago

Whitespace corrections and inline comment style change found and corrected using pep8.

dominno commented 13 years ago

There is a test that automatically test all code with pep8 tool, don't know if it still works with newest version of pep8 tool. https://github.com/dominno/django-moderation/blob/master/src/moderation/tests/unit/utils.py#L22

treyhunner commented 13 years ago

That test didn't recognize errors in all files for me. Maybe I'll try reviving it at some point.