[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - onlinehelp.py:1.2
Stephan Richter
srichter@cosmos.phy.tufts.edu
Sat, 2 Aug 2003 09:05:21 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv29314/interfaces
Modified Files:
onlinehelp.py
Log Message:
forgot to check that in. Darn, why are interfaces not near the code. I
checked in zope.app.onlinehelp and totally forgot about that one. We really
ought to change that!!
=== Zope3/src/zope/app/interfaces/onlinehelp.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/interfaces/onlinehelp.py:1.1 Tue Jan 7 07:27:47 2003
+++ Zope3/src/zope/app/interfaces/onlinehelp.py Sat Aug 2 09:05:16 2003
@@ -80,7 +80,4 @@
view -- This attribute specifies the name of the view for which
this topic is registered. Note that this attribute is also
optional.
- """
-
- def unregisterHelpTopic(topic_path):
- """This method unregisters a particular topic."""
+ """