[Zope-Checkins] SVN: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py fixed typo

Yvo Schubbe y.2005- at wcm-solutions.de
Fri Jul 8 07:05:34 EDT 2005


Log message for revision 31027:
  fixed typo

Changed:
  U   Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py

-=-
Modified: Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py
===================================================================
--- Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py	2005-07-08 10:44:28 UTC (rev 31026)
+++ Zope/branches/yuppie-z3z2bridge/lib/python/Interface/bridge.py	2005-07-08 11:05:33 UTC (rev 31027)
@@ -24,7 +24,7 @@
 from zope.interface.interface import Attribute as Z3_Attribute
 from zope.interface.interface import Method as Z3_Method
 
-_bridges = {Z3_interface: Z2_Interface}
+_bridges = {Z3_Interface: Z2_Interface}
 
 def fromZ3Interface(z3i):
     """ Return a Zope 2 interface corresponding to 'z3i'.



More information about the Zope-Checkins mailing list