[Zope-Checkins] SVN: Products.Five/trunk/component/browser.py
correct mispelling
david whitfield Morriss
whit at longnow.org
Mon May 29 19:15:12 EDT 2006
Log message for revision 68378:
correct mispelling
Changed:
U Products.Five/trunk/component/browser.py
-=-
Modified: Products.Five/trunk/component/browser.py
===================================================================
--- Products.Five/trunk/component/browser.py 2006-05-29 22:45:29 UTC (rev 68377)
+++ Products.Five/trunk/component/browser.py 2006-05-29 23:15:12 UTC (rev 68378)
@@ -23,6 +23,7 @@
from zope.component.persistentregistry import PersistentComponents
from zope.app.component.hooks import clearSite
+
class ObjectManagerSiteView(BrowserView):
def update(self):
@@ -60,4 +61,4 @@
# the local site from the thread local.
clearSite()
- self.context.setSiteManage(None)
+ self.context.setSiteManager(None)
More information about the Zope-Checkins
mailing list