domhttpx
domhttpx copied to clipboard
PEP8 compliance
It would be nice to refactor the codebase and make it comply to PEP8 as long as it is still backwards compatible.
Rationale (quoting from the PEP8 page):
One of Guido's key insights is that code is read much more often than it is written. The guidelines provided here are intended to improve the readability of code and make it consistent across the wide spectrum of Python code. As PEP 20 says, "Readability counts".