[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
registration.py:1.8.4.1
Jim Fulton
jim at zope.com
Fri Sep 12 15:16:01 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv13470/src/zope/app/interfaces/services
Modified Files:
Tag: parentgeddon-branch
registration.py
Log Message:
Can't have the tests passing, can we?
=== Zope3/src/zope/app/interfaces/services/registration.py 1.8 => 1.8.4.1 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.8 Thu Aug 21 18:04:39 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py Fri Sep 12 15:15:30 2003
@@ -397,6 +397,14 @@
"""Manage Registrations
"""
+ def addRegistration(registration):
+ """Add a registration
+
+ The registration name is chosen automatically. The chosen name
+ is returned.
+ """
+
+
class INoRegistrationManagerError(Interface):
"""No registration manager error
"""
More information about the Zope3-Checkins
mailing list