[Checkins] SVN: zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py ups, we should return the response

Bernd Dorn bernd.dorn at fhv.at
Thu Sep 21 01:36:17 EDT 2006


Log message for revision 70279:
  ups, we should return the response

Changed:
  U   zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py

-=-
Modified: zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py
===================================================================
--- zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py	2006-09-21 05:34:09 UTC (rev 70278)
+++ zc.resourcelibrary/trunk/src/zc/resourcelibrary/publication.py	2006-09-21 05:36:16 UTC (rev 70279)
@@ -41,7 +41,7 @@
         """
         response = super(Response, self).retry()
         response.resource_libraries = self.resource_libraries
-        return 
+        return response
 
     def _implicitResult(self, body):
         #figure out the content type



More information about the Checkins mailing list