[CMF-checkins] CVS: CMF/CMFDefault - Document.py:1.35

Tres Seaver tseaver@zope.com
Sun, 2 Dec 2001 22:02:38 -0500


Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv19503

Modified Files:
	Document.py 
Log Message:


  - Scrub typo which was suppressing uploaded file (Tracker #417),
    and add test.


=== CMF/CMFDefault/Document.py 1.34 => 1.35 ===
             text = '\n%s' % text
 
-        self._edit(text_format, text, file='', safety_belt='')
+        self._edit(text_format, text, file, safety_belt)
 
     security.declarePrivate('guessFormat')
     def guessFormat(self, text):