[csw-devel] SF.net SVN: gar:[17296] csw/mgar/gar/v2/lib/python/models.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 4 15:58:18 CET 2012


Revision: 17296
          http://gar.svn.sourceforge.net/gar/?rev=17296&view=rev
Author:   wahwah
Date:     2012-03-04 14:58:18 +0000 (Sun, 04 Mar 2012)
Log Message:
-----------
pkgdb: Add a missing function parameter

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/models.py

Modified: csw/mgar/gar/v2/lib/python/models.py
===================================================================
--- csw/mgar/gar/v2/lib/python/models.py	2012-03-04 14:57:49 UTC (rev 17295)
+++ csw/mgar/gar/v2/lib/python/models.py	2012-03-04 14:58:18 UTC (rev 17296)
@@ -283,7 +283,7 @@
       vendor_url = re.split(r"\s+", data["pkginfo"]["VENDOR"])[0]
     return vendor_url
 
-  def GetRestRepr(self):
+  def GetRestRepr(self, quick=False):
     mimetype = "application/x-vnd.opencsw.pkg;type=srv4-detail"
     # Slow subqueries, could be solved by caching in the db schema:
     #  - self.pkginst.pkgname

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