[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST -
ZReST.py:1.6.12.4
Chris McDonough
cvs-admin at zope.org
Tue Nov 4 12:31:38 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv21266
Modified Files:
Tag: Zope-2_7-branch
ZReST.py
Log Message:
Remove syntax error.
=== Zope/lib/python/Products/ZReST/ZReST.py 1.6.12.3 => 1.6.12.4 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.6.12.3 Tue Nov 4 11:06:10 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Tue Nov 4 12:31:38 2003
@@ -262,7 +262,7 @@
'''
return self.quotedHTML(self.source)
- def __call__ = __str__
+ __call__ = __str__
def PrincipiaSearchSource(self):
''' Support for searching - the document's contents are searched.
More information about the Zope-Checkins
mailing list