[Zope3-checkins] CVS: Zope3/src/zope/app - location.py:1.3
Sidnei da Silva
sidnei at x3ng.com.br
Wed Sep 24 17:01:10 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv11227/src/zope/app
Modified Files:
location.py
Log Message:
Small cleaning on PersistentSchemaUtility + whitespace cleaning. Use setitem to wrap the field in an ContainedProxy
=== Zope3/src/zope/app/location.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/location.py:1.2 Sun Sep 21 13:30:13 2003
+++ Zope3/src/zope/app/location.py Wed Sep 24 17:00:39 2003
@@ -43,13 +43,13 @@
This method should only be called from trusted code, because it
sets attributes that are normally unsettable.
-
+
"""
object = removeAllProxies(object)
object.__parent__ = parent
object.__name__ = name
-
+
def LocationIterator(object):
@@ -458,8 +458,8 @@
Traceback (most recent call last):
...
TypeError: Not picklable
-
-
+
+
"""
zope.interface.implements(ILocation)
More information about the Zope3-Checkins
mailing list