commit | d8dc7496c5fb1590654e29260cb09f43d6497a6a | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu May 14 18:10:30 2015 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Thu May 14 18:10:30 2015 -0400 |
tree | 355796001c1646e86c432d54f479693dcb0b0cb7 | |
parent | c711b61ad4ac3f125129dce2a4482f0649c07c84 [diff] [blame] |
idlelib: remove unused names and imports (one is a duplicate import).
diff --git a/Lib/idlelib/SearchDialog.py b/Lib/idlelib/SearchDialog.py index 2aadb84..043168a 100644 --- a/Lib/idlelib/SearchDialog.py +++ b/Lib/idlelib/SearchDialog.py
@@ -23,7 +23,7 @@ class SearchDialog(SearchDialogBase): def create_widgets(self): - f = SearchDialogBase.create_widgets(self) + SearchDialogBase.create_widgets(self) self.make_button("Find Next", self.default_command, 1) def default_command(self, event=None):