]> granicus.if.org Git - python/commitdiff
Remove unnecessary import
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 19:27:13 +0000 (19:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 19:27:13 +0000 (19:27 +0000)
Lib/test/test_doctest.py

index dea03d30b4845727347d11b1b57ec6a6dd48d3b8..718f7b2783df1c33d2f77df8772062fd12830ab8 100644 (file)
@@ -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'])