[Zope-Checkins] CVS: Zope/lib/python/HelpSys - HelpTopic.py:1.18.34.1

Tres Seaver cvs-admin at zope.org
Mon Nov 17 17:10:22 EST 2003


Update of /cvs-repository/Zope/lib/python/HelpSys
In directory cvs.zope.org:/tmp/cvs-serv12097/lib/python/HelpSys

Modified Files:
      Tag: tseaver-strexp_delenda-branch
	HelpTopic.py 
Log Message:



  - Rip string exceptins out by the root.

  - webdav/*:  clean up block statements for readability.

  - XXX:  Redirects are now showing up in the error log object;  need
          to filter!


=== Zope/lib/python/HelpSys/HelpTopic.py 1.18 => 1.18.34.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:09:51 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