Pep8 check most files

I left some errors on puppetboard/forms.py because I'm not
sure how to fix them.
This commit is contained in:
Spencer Krum
2013-10-29 11:51:51 -07:00
parent 7265dc2fd0
commit 49afb9ed34
5 changed files with 24 additions and 24 deletions

2
dev.py
View File

@@ -5,5 +5,5 @@ from puppetboard.app import app
from puppetboard.default_settings import DEV_LISTEN_HOST, DEV_LISTEN_PORT
if __name__ == '__main__':
app.debug=True
app.debug = True
app.run(DEV_LISTEN_HOST, DEV_LISTEN_PORT)