[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ObjectHub - IObjectHub.py:1.5
Benjamin Saller
bcsaller@yahoo.com
Wed, 4 Dec 2002 11:08:21 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ObjectHub
In directory cvs.zope.org:/tmp/cvs-serv1978
Modified Files:
IObjectHub.py
Log Message:
made the interface definition more readable, register always returns the id
=== Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py:1.4 Fri Nov 29 10:51:03 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py Wed Dec 4 11:08:20 2002
@@ -127,7 +127,7 @@
"""
def register(obj_or_loc):
- """Returns a new hub id for the given location or wrapped object
+ """Returns a new hub id, for the given location or wrapped object,
if it is not already registered.
It also emits a HubIdObjectRegisteredEvent. Raises an