Improve style
Adhere more to PEP-8 through autopep8 reformating and hunt individual
issues with flake8 linter.
Allow the HTML code of the served pages to have its own natural indent,
not an indent depending on the woof source code.
Remove unused package and variables.
Switch to Python 2.7 compliant code.
Rename RuntimeException in RuntimeError.