[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/site/browser/__init__.py
Cosmetic fixes.
Gintautas Miliauskas
gintas at pov.lt
Wed Jul 7 06:20:02 EDT 2004
Log message for revision 26148:
Cosmetic fixes.
-=-
Modified: Zope3/trunk/src/zope/app/site/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/__init__.py 2004-07-07 08:28:35 UTC (rev 26147)
+++ Zope3/trunk/src/zope/app/site/browser/__init__.py 2004-07-07 10:20:02 UTC (rev 26148)
@@ -432,8 +432,7 @@
return s
class MakeSite(BrowserView):
- """View for convering a possible site to a site
- """
+ """View for converting a possible site to a site."""
def addSiteManager(self):
"""Convert a possible site to a site
@@ -479,12 +478,11 @@
...
UserError: This is already a site
-
"""
if ISite.providedBy(self.context):
raise zapi.UserError('This is already a site')
- # we don't want to store security proxies (we can't,
+ # We don't want to store security proxies (we can't,
# actually), so we have to remove proxies here before passing
# the context to the SiteManager.
bare = removeAllProxies(self.context)
More information about the Zope3-Checkins
mailing list