[Zope3-checkins] CVS: Zope3/src/zope/app - location.py:1.9

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 2 09:25:51 EST 2004


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

Modified Files:
	location.py 
Log Message:


Cosmetic cleanups in doc string.




=== Zope3/src/zope/app/location.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/location.py:1.8	Fri Feb 20 11:56:48 2004
+++ Zope3/src/zope/app/location.py	Tue Mar  2 09:25:21 2004
@@ -43,7 +43,6 @@
 
     This method should only be called from trusted code, because it
     sets attributes that are normally unsettable.
-
     """
 
     object = removeAllProxies(object)
@@ -108,7 +107,6 @@
         ...
         TypeError: Maximim location depth exceeded, """ \
                 """probably due to a a location cycle.
-
         """
         context = self.context
         max = 9999




More information about the Zope3-Checkins mailing list