some pep8 changes (fixed spacing at end)

This commit is contained in:
mdipierro
2012-10-19 10:37:07 -05:00
parent 3a66f5e330
commit 71ec15190b
136 changed files with 12 additions and 653 deletions
@@ -1,4 +1,3 @@
import time
@@ -47,6 +46,3 @@ def cache_controller_and_view():
t = time.ctime()
d = dict(time=t, link=A('click to reload', _href=URL(r=request)))
return response.render(d)