mirror of
https://github.com/python/cpython.git
synced 2025-09-02 15:07:53 +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.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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue