goa/skel/main.py
branchstable
changeset 2172 cf8f9180e63e
parent 1977 606923dff11b
child 2476 1294a6bdf3bf
--- a/goa/skel/main.py	Fri Jun 19 09:19:27 2009 +0200
+++ b/goa/skel/main.py	Fri Jun 19 20:38:32 2009 +0200
@@ -41,7 +41,7 @@
 from cubicweb.wsgi.handler import CubicWebWSGIApplication
 application = CubicWebWSGIApplication(config, vreg=vreg)
 
-# main function so this handler module is cached 
+# main function so this handler module is cached
 def main():
     from wsgiref.handlers import CGIHandler
     CGIHandler().run(application)