| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f22e580 commit c08f412
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | Module to handle command line argument parsing, for all front-ends. | |
| 3 | 3 | """ | |
| 4 | 4 | ||
| 5 | - from __future__ import with_statement, print_function | ||
| 5 | + from __future__ import print_function | ||
| 6 | 6 | import os | |
| 7 | 7 | import sys | |
| 8 | 8 | import code | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | # - Instead the suspend key exits the program | |
| 40 | 40 | # - View source doesn't work on windows unless you install the less program (From GnuUtils or Cygwin) | |
| 41 | 41 | ||
| 42 | - from __future__ import division, with_statement | ||
| 42 | + from __future__ import division | ||
| 43 | 43 | ||
| 44 | 44 | import platform | |
| 45 | 45 | import os | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | # encoding: utf-8 | |
| 2 | 2 | ||
| 3 | - from __future__ import with_statement | ||
| 4 | 3 | import os | |
| 5 | 4 | import sys | |
| 6 | 5 | import locale | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,6 @@ | |||
| 24 | 24 | # THE SOFTWARE. | |
| 25 | 25 | # | |
| 26 | 26 | ||
| 27 | - from __future__ import with_statement | ||
| 28 | 27 | import inspect | |
| 29 | 28 | import io | |
| 30 | 29 | import keyword | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,6 @@ | |||
| 23 | 23 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 24 | 24 | # THE SOFTWARE. | |
| 25 | 25 | ||
| 26 | - from __future__ import with_statement | ||
| 27 | 26 | import code | |
| 28 | 27 | import errno | |
| 29 | 28 | import inspect | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ | |||
| 33 | 33 | """ | |
| 34 | 34 | ||
| 35 | 35 | ||
| 36 | - from __future__ import absolute_import, with_statement, division, print_function | ||
| 36 | + from __future__ import absolute_import, division, print_function | ||
| 37 | 37 | ||
| 38 | 38 | import sys | |
| 39 | 39 | import os | |
| Back | FazBrowse Home | New Git URL |
0 commit comments