[CMF-checkins] CVS: CMF/CMFCollector - WebTextDocument.py:1.2
Ken Manheimer
klm@zope.com
Fri, 9 Nov 2001 14:52:00 -0500
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv6083
Modified Files:
WebTextDocument.py
Log Message:
Remove residual pdb.set_trace()!
=== CMF/CMFCollector/WebTextDocument.py 1.1 => 1.2 ===
text=''):
""" Add a WebText Document """
- import pdb; pdb.set_trace()
o = WebTextDocument(id, title=title, description=description,
text_format=text_format, text=text)
self._setObject(id,o)