| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c0c2e48 commit bebcdb3
39 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,8 +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 print_function, absolute_import | ||
| 27 | - | ||
| 28 | 26 | import os | |
| 29 | 27 | import sys | |
| 30 | 28 | import traceback | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,8 +22,6 @@ | |||
| 22 | 22 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 23 | 23 | # THE SOFTWARE. | |
| 24 | 24 | ||
| 25 | - from __future__ import absolute_import | ||
| 26 | - | ||
| 27 | 25 | import sys | |
| 28 | 26 | ||
| 29 | 27 | if __name__ == "__main__": | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,8 +22,6 @@ | |||
| 22 | 22 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 23 | 23 | # THE SOFTWARE. | |
| 24 | 24 | ||
| 25 | - from __future__ import print_function | ||
| 26 | - | ||
| 27 | 25 | import pdb | |
| 28 | 26 | import bpython | |
| 29 | 27 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,6 @@ | |||
| 20 | 20 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 21 | 21 | # THE SOFTWARE. | |
| 22 | 22 | ||
| 23 | - from __future__ import absolute_import | ||
| 24 | 23 | ||
| 25 | 24 | import os.path | |
| 26 | 25 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,6 @@ | |||
| 22 | 22 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 23 | 23 | # THE SOFTWARE. | |
| 24 | 24 | ||
| 25 | - from __future__ import absolute_import | ||
| 26 | 25 | ||
| 27 | 26 | import sys | |
| 28 | 27 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,5 @@ | |||
| 1 | 1 | # encoding: utf-8 | |
| 2 | 2 | ||
| 3 | - from __future__ import absolute_import | ||
| 4 | - | ||
| 5 | 3 | import pydoc | |
| 6 | 4 | import sys | |
| 7 | 5 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,6 @@ | |||
| 34 | 34 | - py3: True if the hosting Python runtime is of Python version 3 or later | |
| 35 | 35 | """ | |
| 36 | 36 | ||
| 37 | - from __future__ import absolute_import | ||
| 38 | 37 | ||
| 39 | 38 | import sys | |
| 40 | 39 | import threading | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,6 @@ | |||
| 4 | 4 | Module to handle command line argument parsing, for all front-ends. | |
| 5 | 5 | """ | |
| 6 | 6 | ||
| 7 | - from __future__ import print_function, absolute_import | ||
| 8 | 7 | ||
| 9 | 8 | import code | |
| 10 | 9 | import imp | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,6 @@ | |||
| 23 | 23 | # THE SOFTWARE. | |
| 24 | 24 | # | |
| 25 | 25 | ||
| 26 | - from __future__ import unicode_literals, absolute_import | ||
| 27 | 26 | ||
| 28 | 27 | import __main__ | |
| 29 | 28 | import abc | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,6 @@ | |||
| 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, absolute_import | ||
| 43 | 42 | ||
| 44 | 43 | import platform | |
| 45 | 44 | import os | |
| Back | FazBrowse Home | New Git URL |
0 commit comments