diff options
| author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-08 20:47:41 (GMT) |
|---|---|---|
| committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-08 20:47:41 (GMT) |
| commit | a68c1bca7bd35571dd1bab736fd69452eca8394e (patch) | |
| tree | ae3988fac9148839a46d00b40ff32288af062d59 /Lib/lib2to3/refactor.py | |
| parent | 18a7d2b4555af5f8f8a1c370339e334503b1ec09 (diff) | |
| download | cpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.zip cpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.tar.gz cpython-a68c1bca7bd35571dd1bab736fd69452eca8394e.tar.bz2 | |
Remove legacy "from __future__ import with_statement" lines.
Diffstat (limited to 'Lib/lib2to3/refactor.py')
| -rw-r--r-- | Lib/lib2to3/refactor.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/lib2to3/refactor.py b/Lib/lib2to3/refactor.py index b60b9de..c5a1aa2 100644 --- a/Lib/lib2to3/refactor.py +++ b/Lib/lib2to3/refactor.py @@ -8,8 +8,6 @@ recursively descend down directories. Imported as a module, this provides infrastructure to write your own refactoring tool. """ -from __future__ import with_statement - __author__ = "Guido van Rossum <guido@python.org>" |
