[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Backport

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Aug 12 15:16:05 EDT 2004


Log message for revision 27075:
  Backport
  r26511 | srichter | 2004-07-13 18:25:30 -0400 (Tue, 13 Jul 2004) | 2 lines
  
  


Changed:
  U   Zope3/branches/ZopeX3-3.0/Makefile
  U   Zope3/branches/ZopeX3-3.0/src/zope/component/__init__.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/Makefile
===================================================================
--- Zope3/branches/ZopeX3-3.0/Makefile	2004-08-12 18:53:54 UTC (rev 27074)
+++ Zope3/branches/ZopeX3-3.0/Makefile	2004-08-12 19:16:05 UTC (rev 27075)
@@ -1,4 +1,4 @@
-PYTHON=python2.3
+PYTHON=Python2.3
 TESTFLAGS=-p -v
 TESTOPTS=
 SETUPFLAGS=

Modified: Zope3/branches/ZopeX3-3.0/src/zope/component/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/component/__init__.py	2004-08-12 18:53:54 UTC (rev 27074)
+++ Zope3/branches/ZopeX3-3.0/src/zope/component/__init__.py	2004-08-12 19:16:05 UTC (rev 27075)
@@ -261,4 +261,4 @@
 def queryResource(name, request, default=None, providing=Interface,
                   context=None):
     s = getService(Presentation, context)
-    return s.queryResource(name, request, default, providing=providing)
+    return s.queryResource(name, request, default=default, providing=providing)



More information about the Zope3-Checkins mailing list