[Zope-Checkins] SVN: Zope/trunk/src/Products/Five/utilities/interfaces.py - corrected a method name in the IReadInterface interface

Yvo Schubbe y.2011 at wcm-solutions.de
Mon Feb 14 03:19:28 EST 2011


Log message for revision 120308:
  - corrected a method name in the IReadInterface interface

Changed:
  UU  Zope/trunk/src/Products/Five/utilities/interfaces.py

-=-
Modified: Zope/trunk/src/Products/Five/utilities/interfaces.py
===================================================================
--- Zope/trunk/src/Products/Five/utilities/interfaces.py	2011-02-14 08:18:52 UTC (rev 120307)
+++ Zope/trunk/src/Products/Five/utilities/interfaces.py	2011-02-14 08:19:27 UTC (rev 120308)
@@ -47,7 +47,7 @@
         """List interfaces provided by the object.
         """
 
-    def getDirectlyProvidedNames():
+    def getProvidedNames():
         """List the names of interfaces provided by the object.
         """
 


Property changes on: Zope/trunk/src/Products/Five/utilities/interfaces.py
___________________________________________________________________
Deleted: svn:keywords
   - Id



More information about the Zope-Checkins mailing list