diff options
Diffstat (limited to 'Lib/idlelib/replace.py')
-rw-r--r-- | Lib/idlelib/replace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/replace.py b/Lib/idlelib/replace.py index ca83173877a..a29ca591427 100644 --- a/Lib/idlelib/replace.py +++ b/Lib/idlelib/replace.py @@ -299,6 +299,7 @@ def _replace_dialog(parent): # htest # button = Button(frame, text="Replace", command=show_replace) button.pack() + if __name__ == '__main__': from unittest import main main('idlelib.idle_test.test_replace', verbosity=2, exit=False) |