[CMF-checkins] CVS: Releases/CMF/CMFCollector/Extensions - webtext_migration.py:1.4
Jens Vagelpohl
jens@zope.com
Tue, 11 Dec 2001 18:46:49 -0500
Update of /cvs-repository/Releases/CMF/CMFCollector/Extensions
In directory cvs.zope.org:/tmp/cvs-serv21780/Extensions
Modified Files:
webtext_migration.py
Log Message:
changes to match the recent refactoring of Document.edit and Document._edit
=== Releases/CMF/CMFCollector/Extensions/webtext_migration.py 1.3 => 1.4 ===
transcript.text = text # Ditch garbage
- transcript._edit('webtext', text) # Cook the text.
+ transcript.edit('webtext', text) # Cook the text.
transcript._p_mtime = was_p_mtime
transcript.creation_date = was_creation_date
transcript.meta_type = "Collector Issue Transcript"