[Zope3-checkins] CVS: Zope3/src/zope/app/publication - zopepublication.py:1.45

Philipp von Weitershausen philikon at philikon.de
Thu May 6 06:15:57 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv8240/src/zope/app/publication

Modified Files:
	zopepublication.py 
Log Message:
whitespace, typo


=== Zope3/src/zope/app/publication/zopepublication.py 1.44 => 1.45 ===
--- Zope3/src/zope/app/publication/zopepublication.py:1.44	Sat Apr 17 13:15:33 2004
+++ Zope3/src/zope/app/publication/zopepublication.py	Thu May  6 06:15:56 2004
@@ -264,12 +264,10 @@
                 request, object, 'application error-handling')
             view = None
             try:
-
                 # XXX we need to get a location. The object might not
                 # have one, because it might be a method. If we don't
-                # have a parent attr but to have an im_self or an
+                # have a parent attr but have an im_self or an
                 # __self__, use that:
-
                 loc = object
                 if hasattr(object, '__parent__'):
                     loc = object




More information about the Zope3-Checkins mailing list