Remove unnecessary import

This commit is contained in:
Neal Norwitz 2007-08-11 19:27:13 +00:00
parent 1e50a9f7cc
commit 03fc7799b0
1 changed files with 0 additions and 1 deletions

View File

@ -1562,7 +1562,6 @@ Create a docstring that we want to debug:
Create some fake stdin input, to feed to the debugger: Create some fake stdin input, to feed to the debugger:
>>> import tempfile
>>> real_stdin = sys.stdin >>> real_stdin = sys.stdin
>>> sys.stdin = _FakeInput(['next', 'print(x)', 'continue']) >>> sys.stdin = _FakeInput(['next', 'print(x)', 'continue'])