mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Issue #16893: finish deprecation.
This commit is contained in:
parent
b50c6377a6
commit
96f802a999
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