Commit 550a9682 authored by Amos Latteier's avatar Amos Latteier

Another small backword compatibility change.

parent bada17ad
......@@ -112,7 +112,7 @@ class HelpSys(Acquisition.Implicit, ObjectManager, Item, Persistent):
('Access contents information', ('helpValues',)),
)
def __init__(self, id):
def __init__(self, id='HelpSys'):
self.id=id
def helpValues(self, spec=None):
......
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