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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue May 7 01:07:59 CEST 2013


Revision: 21019
          http://gar.svn.sourceforge.net/gar/?rev=21019&view=rev
Author:   wahwah
Date:     2013-05-06 23:07:59 +0000 (Mon, 06 May 2013)
Log Message:
-----------
pkgdb: Add missed module imports

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

Modified: csw/mgar/gar/v2/lib/web/pkgdb_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/pkgdb_web.py	2013-05-06 22:58:08 UTC (rev 21018)
+++ csw/mgar/gar/v2/lib/web/pkgdb_web.py	2013-05-06 23:07:59 UTC (rev 21019)
@@ -17,6 +17,7 @@
 from lib.python import models
 from lib.python import configuration
 from lib.python import checkpkg_lib
+from lib.web import web_lib
 import datetime
 from sqlobject import sqlbuilder
 

Modified: csw/mgar/gar/v2/lib/web/releases_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/releases_web.py	2013-05-06 22:58:08 UTC (rev 21018)
+++ csw/mgar/gar/v2/lib/web/releases_web.py	2013-05-06 23:07:59 UTC (rev 21019)
@@ -20,6 +20,7 @@
 import logging
 import tempfile
 
+from lib.web import web_lib
 
 urls = (
   r'/', 'Index',

Modified: csw/mgar/gar/v2/lib/web/web_lib.py
===================================================================
--- csw/mgar/gar/v2/lib/web/web_lib.py	2013-05-06 22:58:08 UTC (rev 21018)
+++ csw/mgar/gar/v2/lib/web/web_lib.py	2013-05-06 23:07:59 UTC (rev 21019)
@@ -1,5 +1,7 @@
 # A common library for web apps.
 
+from lib.python import configuration
+
 connected_to_db = False
 
 def ConnectToDatabase():

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