From: Neal Norwitz Date: Sat, 11 Aug 2007 19:27:13 +0000 (+0000) Subject: Remove unnecessary import X-Git-Tag: v3.0a1~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03fc7799b02c5c66ce4115bb4bee290bfca1f710;p=python Remove unnecessary import --- diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index dea03d30b4..718f7b2783 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'])