[Zope-Checkins] CVS: Zope/lib/python/HelpSys -
HelpTopic.py:1.18.12.1
Tres Seaver
cvs-admin at zope.org
Mon Nov 17 17:34:38 EST 2003
Update of /cvs-repository/Zope/lib/python/HelpSys
In directory cvs.zope.org:/tmp/cvs-serv16574/lib/python/HelpSys
Modified Files:
Tag: Zope-2_7-branch
HelpTopic.py
Log Message:
- Merge tseaver-strexp_delenda-branch to the 2.7 branch.
=== Zope/lib/python/HelpSys/HelpTopic.py 1.18 => 1.18.12.1 ===
--- Zope/lib/python/HelpSys/HelpTopic.py:1.18 Sat Feb 1 05:07:34 2003
+++ Zope/lib/python/HelpSys/HelpTopic.py Mon Nov 17 17:34:06 2003
@@ -66,7 +66,7 @@
def SearchableText(self):
"The full text of the Help Topic, for indexing purposes"
- raise "Unimplemented"
+ raise NotImplementedError
def url(self):
"URL for indexing purposes"
@@ -139,7 +139,7 @@
def index_html(self, REQUEST, RESPONSE):
"View the Help Topic"
- raise "Unimplemented"
+ raise NotImplementedError
class DTMLDocumentTopic(HelpTopicBase, DTMLDocument):
More information about the Zope-Checkins
mailing list