[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/site.py
Whitespace normalization
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Oct 11 16:54:49 EDT 2005
Log message for revision 39075:
Whitespace normalization
Changed:
U Zope3/trunk/src/zope/app/component/site.py
-=-
Modified: Zope3/trunk/src/zope/app/component/site.py
===================================================================
--- Zope3/trunk/src/zope/app/component/site.py 2005-10-11 20:54:02 UTC (rev 39074)
+++ Zope3/trunk/src/zope/app/component/site.py 2005-10-11 20:54:48 UTC (rev 39075)
@@ -15,7 +15,7 @@
A local site manager has a number of roles:
- - A local site manager, that provides a local adapter and utility registry.
+ - A local site manager, that provides a local adapter and utility registry.
- A place to do TTW development and/or to manage database-based code.
@@ -226,7 +226,7 @@
def unregister(self, registration):
"""See zope.app.component.interfaces.registration.IRegistry"""
registry = self.__getRegistry(registration)
- registry.unregister(registration)
+ registry.unregister(registration)
def registered(self, registration):
"""See zope.app.component.interfaces.registration.IRegistry"""
@@ -342,4 +342,3 @@
if event.newParent is not None:
next = _findNextSiteManager(site)
site.getSiteManager().setNext(next)
-
More information about the Zope3-Checkins
mailing list