diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-29 17:28:13 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-29 17:28:13 (GMT) |
commit | 0f26a3a8c9fa9e813c43ea414ea6df575b1ee4c4 (patch) | |
tree | a12798c61484c6060207142d54054e998dac98cb /Lib/lib2to3/main.py | |
parent | 55e614a2a8cc5b7a5af5795f87349ce3bf98fe84 (diff) | |
parent | 2acbae80165390a5be3bb12351147b8026787e13 (diff) | |
download | cpython-0f26a3a8c9fa9e813c43ea414ea6df575b1ee4c4.zip cpython-0f26a3a8c9fa9e813c43ea414ea6df575b1ee4c4.tar.gz cpython-0f26a3a8c9fa9e813c43ea414ea6df575b1ee4c4.tar.bz2 |
Closes #22173: Merge with 3.4
Diffstat (limited to 'Lib/lib2to3/main.py')
-rw-r--r-- | Lib/lib2to3/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/main.py b/Lib/lib2to3/main.py index 93bae90..1a1df01 100644 --- a/Lib/lib2to3/main.py +++ b/Lib/lib2to3/main.py @@ -2,7 +2,7 @@ Main program for 2to3. """ -from __future__ import with_statement +from __future__ import with_statement, print_function import sys import os |