summaryrefslogtreecommitdiff
path: root/Lib/idlelib/search.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:50:55 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:50:55 -0400
commitbfbaa6b206abdb8b1c3861926f4334b879ec91cc (patch)
treea06ead659eacb714127ad34289a543942d14e4e6 /Lib/idlelib/search.py
parent89b1162511dd62e285c1911013f07b45af07f70a (diff)
downloadcpython-git-bfbaa6b206abdb8b1c3861926f4334b879ec91cc.tar.gz
Issue #27891: Consistently group and sort imports within idlelib modules.
Diffstat (limited to 'Lib/idlelib/search.py')
-rw-r--r--Lib/idlelib/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/search.py b/Lib/idlelib/search.py
index 508a35c3f1..4b90659308 100644
--- a/Lib/idlelib/search.py
+++ b/Lib/idlelib/search.py
@@ -24,6 +24,7 @@ def find_selection(text):
"Handle the editor edit menu item and corresponding event."
return _setup(text).find_selection(text)
+
class SearchDialog(SearchDialogBase):
def create_widgets(self):