[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - ZReST.py:1.6.12.2
Chris McDonough
chrism@zope.com
Mon, 21 Jul 2003 12:39:20 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/Products/ZReST
Modified Files:
Tag: Zope-2_7-branch
ZReST.py
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.
=== Zope/lib/python/Products/ZReST/ZReST.py 1.6.12.1 => 1.6.12.2 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.6.12.1 Sun Jul 6 06:47:42 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Mon Jul 21 12:36:43 2003
@@ -52,9 +52,7 @@
self.title = id
self.stylesheet = 'default.css'
self.report_level = '2'
- self.source = 'Text goes here....'
- self.formatted = 'blbla'
- print self.source
+ self.source = self.formatted = ''
self.input_encoding = 'iso-8859-15'
self.output_encoding = 'iso-8859-15'