[Zope-Checkins] CVS: Zope3/lib/python/Zope/ObjectHub - ObjectHub.py:1.1.2.3
Steve Alexander
steve@cat-box.net
Fri, 22 Feb 2002 16:25:44 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ObjectHub
In directory cvs.zope.org:/tmp/cvs-serv32252
Modified Files:
Tag: Zope-3x-branch
ObjectHub.py
Log Message:
minor formatting change
=== Zope3/lib/python/Zope/ObjectHub/ObjectHub.py 1.1.2.2 => 1.1.2.3 ===
def __init__(self):
- self.__ruid_to_location=IOBTree()
- self.__location_to_ruid=OIBTree()
+ self.__ruid_to_location = IOBTree()
+ self.__location_to_ruid = OIBTree()
############################################################
@@ -51,6 +51,7 @@
def subscribe(self, subscriber, event_types=None, filter=None):
'''See interface ISubscribable'''
+
def unsubscribe(self, subscriber):
'''See interface ISubscribable'''