[Zope-Checkins] CVS: Zope/lib/python/HelpSys - HelpTopic.py:1.19
Tres Seaver
cvs-admin at zope.org
Tue Nov 18 08:17:33 EST 2003
Update of /cvs-repository/Zope/lib/python/HelpSys
In directory cvs.zope.org:/tmp/cvs-serv30559/lib/python/HelpSys
Modified Files:
HelpTopic.py
Log Message:
- Merge tseaver-strexp_delenda-branch to the head.
=== Zope/lib/python/HelpSys/HelpTopic.py 1.18 => 1.19 ===
--- Zope/lib/python/HelpSys/HelpTopic.py:1.18 Sat Feb 1 05:07:34 2003
+++ Zope/lib/python/HelpSys/HelpTopic.py Tue Nov 18 08:17:01 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