Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2015-09-20 23:05:41 -04:00
commit 192c103b5e
1 changed files with 1 additions and 3 deletions

View File

@ -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):