From cd567365c9f95cf005d6bb7c1da7946b68a43ab4 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 17 Oct 2014 01:31:35 -0400 Subject: Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of htests to add # htest # marker for coveragepy and stop tcl errors. --- Lib/idlelib/GrepDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/GrepDialog.py') diff --git a/Lib/idlelib/GrepDialog.py b/Lib/idlelib/GrepDialog.py index 5d22a9e932c..aa866d0b752 100644 --- a/Lib/idlelib/GrepDialog.py +++ b/Lib/idlelib/GrepDialog.py @@ -131,7 +131,7 @@ class GrepDialog(SearchDialogBase): self.top.withdraw() -def _grep_dialog(parent): # for htest +def _grep_dialog(parent): # htest # from idlelib.PyShell import PyShellFileList root = Tk() root.title("Test GrepDialog") -- cgit v1.2.3