[Zope-CVS] CVS: Products/AdaptableStorage/serial - SerializationEvent.py:1.8
Shane Hathaway
shane@zope.com
Wed, 25 Dec 2002 00:28:06 -0500
Update of /cvs-repository/Products/AdaptableStorage/serial
In directory cvs.zope.org:/tmp/cvs-serv13179/serial
Modified Files:
SerializationEvent.py
Log Message:
Got copy/paste working using a patch. Also attempted ZEXP import/export, but
it's a bugger to get right, so I added a module with my experimental code.
Merry Christmas!
=== Products/AdaptableStorage/serial/SerializationEvent.py 1.7 => 1.8 ===
--- Products/AdaptableStorage/serial/SerializationEvent.py:1.7 Fri Dec 13 15:42:02 2002
+++ Products/AdaptableStorage/serial/SerializationEvent.py Wed Dec 25 00:27:35 2002
@@ -28,7 +28,7 @@
except NameError:
pass
else:
- SIMPLE_IMMUTABLE_OBJECTS = SIMPLE_IMMUTABLE_OBJECTS + (False, True)
+ SIMPLE_IMMUTABLE_OBJECTS += (False, True)
class SerializationEvent (AspectEvent):