view.py: double blank lines at toplevel
authorGreg Price <price@mit.edu>
Sun, 20 Dec 2009 03:00:08 +0000 (22:00 -0500)
committerGreg Price <price@mit.edu>
Sun, 20 Dec 2009 03:00:08 +0000 (22:00 -0500)
commit70b6a0214b7554af3465adedcde599362f5bdd4c
tree344b20e6dafb95c56dd1ff61990eb036d36ef838
parentdfa7ab2f525e746b78fee0fa4bfe47ee38d27205
view.py: double blank lines at toplevel

This is a style convention that makes it easier to see where one
definition ends and the next begins.  It's particularly necessary
in this file, because it can separate the CherryPy glue associated
with one function from the unrelated function below it.

svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2723
code/view.py