Kaydet (Commit) 8b7122cd authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #16893: finish deprecation.

üst 36443f19
...@@ -114,9 +114,7 @@ class HelpDialog(object): ...@@ -114,9 +114,7 @@ class HelpDialog(object):
self.dlg = None self.dlg = None
self.parent = None self.parent = None
helpDialog = HelpDialog() # singleton instance helpDialog = HelpDialog() # singleton instance, no longer used
def _help_dialog(parent): # wrapper for htest
helpDialog.show_dialog(parent)
class EditorWindow(object): class EditorWindow(object):
......
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