Remove the use of dbstate for GuiMenuOptions in tools.
svn: r9942
This commit is contained in:
@@ -60,7 +60,7 @@ class MenuToolOptions(GuiMenuOptions,Tool.ToolOptions):
|
||||
and the MenuToolOptions class will worry about setting up the GUI.
|
||||
"""
|
||||
def __init__(self, name, person_id=None, dbstate=None):
|
||||
Tool.ToolOptions.__init__(self,name, person_id)
|
||||
GuiMenuOptions.__init__(self, dbstate)
|
||||
Tool.ToolOptions.__init__(self, name, person_id)
|
||||
GuiMenuOptions.__init__(self)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user