| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7cab9d commit af54f72
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,8 +30,8 @@ | |||
| 30 | 30 | import os | |
| 31 | 31 | import re | |
| 32 | 32 | import rlcompleter | |
| 33 | - from six.moves import builtins | ||
| 34 | 33 | from six import iteritems | |
| 34 | + import builtins | ||
| 35 | 35 | ||
| 36 | 36 | from . import inspection | |
| 37 | 37 | from . import importcompletion | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | import sys | |
| 2 | - | ||
| 3 | - from six.moves import builtins | ||
| 2 | + import builtins | ||
| 4 | 3 | ||
| 5 | 4 | ||
| 6 | 5 | def resetquit(builtins): | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ | |||
| 30 | 30 | import ast | |
| 31 | 31 | import inspect | |
| 32 | 32 | import sys | |
| 33 | - from six.moves import builtins | ||
| 33 | + import builtins | ||
| 34 | 34 | ||
| 35 | 35 | from . import line as line_properties | |
| 36 | 36 | from .inspection import getattr_safe | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | 1 | import unittest | |
| 2 | + import builtins | ||
| 2 | 3 | from unittest import mock | |
| 3 | 4 | ||
| 4 | 5 | from bpython.translations import init | |
| 5 | - from six.moves import builtins | ||
| 6 | 6 | import os | |
| 7 | 7 | ||
| 8 | 8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,8 +31,7 @@ | |||
| 31 | 31 | This is still *VERY* rough. | |
| 32 | 32 | """ | |
| 33 | 33 | ||
| 34 | - | ||
| 35 | - | ||
| 34 | + import builtins | ||
| 36 | 35 | import sys | |
| 37 | 36 | import os | |
| 38 | 37 | import time | |
| Back | FazBrowse Home | New Git URL |
0 commit comments