Kaydet (Commit) 3257b918 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.5

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