From 03fc7799b02c5c66ce4115bb4bee290bfca1f710 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 11 Aug 2007 19:27:13 +0000 Subject: Remove unnecessary import --- Lib/test/test_doctest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index dea03d3..718f7b2 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -1562,7 +1562,6 @@ Create a docstring that we want to debug: Create some fake stdin input, to feed to the debugger: - >>> import tempfile >>> real_stdin = sys.stdin >>> sys.stdin = _FakeInput(['next', 'print(x)', 'continue']) -- cgit v0.12