mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Merge with 3.5
This commit is contained in:
commit
3257b91892
1 changed files with 1 additions and 3 deletions
|
@ -85,9 +85,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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue