[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - ZReST.py:1.9
Chris McDonough
cvs-admin at zope.org
Tue Nov 4 12:27:16 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv20557
Modified Files:
ZReST.py
Log Message:
Get rid of syntax error.
=== Zope/lib/python/Products/ZReST/ZReST.py 1.8 => 1.9 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.8 Tue Nov 4 11:03:04 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Tue Nov 4 12:27:16 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