From: Greg Price Date: Sun, 20 Dec 2009 03:00:08 +0000 (-0500) Subject: view.py: double blank lines at toplevel X-Git-Tag: 0.1.0^2~12 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/70b6a0214b7554af3465adedcde599362f5bdd4c?hp=70b6a0214b7554af3465adedcde599362f5bdd4c 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 ---