Commit ecb8883d authored by 's avatar

Got rid of PrincipiaHelp hook

parent 872a59c9
__doc__="""System management components"""
__version__='$Revision: 1.35 $'[11:-2]
__version__='$Revision: 1.36 $'[11:-2]
import sys,os,time,string,Globals, Acquisition
......@@ -152,19 +152,6 @@ class ApplicationManager(Folder,CacheManager):
def revert_points(self): return ()
createProductEncyclopedia__roles__=()
def createProductEncyclopedia(self, product, format=None, RESPONSE=None):
"""Create product encyclopedia files
In StructuredText, HTML, and MML formats.
"""
if type(product) is not type([]): product=(product,)
import PrincipiaHelp.product_encyclopedia
for p in product:
r=PrincipiaHelp.product_encyclopedia.doc(p, format, RESPONSE)
if r is not None: return r
return MessageDialog(message='Documented: %s' % product)
def version_list(self):
# Return a list of currently installed products/versions
path_join=os.path.join
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment