[csw-devel] SF.net SVN: gar:[16845] csw/mgar/gar/v2/lib/web/pkgdb_web.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jan 20 10:45:45 CET 2012


Revision: 16845
          http://gar.svn.sourceforge.net/gar/?rev=16845&view=rev
Author:   wahwah
Date:     2012-01-20 09:45:45 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
pkgdb-web: Remove commented lines

Leftovers from my struggles of how to run the app under Apache.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/web/pkgdb_web.py

Modified: csw/mgar/gar/v2/lib/web/pkgdb_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/pkgdb_web.py	2012-01-20 09:45:15 UTC (rev 16844)
+++ csw/mgar/gar/v2/lib/web/pkgdb_web.py	2012-01-20 09:45:45 UTC (rev 16845)
@@ -419,9 +419,6 @@
 
 web.webapi.internalerror = web.debugerror
 
-# app = web.application(urls, globals())
-# web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
-# app = web.application(urls, globals(), autoreload=False)
 app = web.application(urls, globals())
 main = app.wsgifunc()
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list