diff options
Diffstat (limited to 'Lib/lib2to3/tests/test_pytree.py')
-rw-r--r-- | Lib/lib2to3/tests/test_pytree.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/lib2to3/tests/test_pytree.py b/Lib/lib2to3/tests/test_pytree.py index a611d17..177126d 100644 --- a/Lib/lib2to3/tests/test_pytree.py +++ b/Lib/lib2to3/tests/test_pytree.py @@ -9,8 +9,6 @@ more helpful than printing of (the first line of) the docstring, especially when debugging a test. """ -from __future__ import with_statement - # Testing imports from . import support |