summaryrefslogtreecommitdiff
path: root/Lib/idlelib/search.py
diff options
context:
space:
mode:
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):