diff options
-rwxr-xr-x | main.py | 2 | ||||
-rw-r--r-- | subcmds/list.py | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -47,7 +47,7 @@ except ImportError: | |||
47 | from color import SetDefaultColoring | 47 | from color import SetDefaultColoring |
48 | import event_log | 48 | import event_log |
49 | from repo_trace import SetTrace | 49 | from repo_trace import SetTrace |
50 | from git_command import git, GitCommand, user_agent | 50 | from git_command import user_agent |
51 | from git_config import init_ssh, close_ssh | 51 | from git_config import init_ssh, close_ssh |
52 | from command import InteractiveCommand | 52 | from command import InteractiveCommand |
53 | from command import MirrorSafeCommand | 53 | from command import MirrorSafeCommand |
diff --git a/subcmds/list.py b/subcmds/list.py index 00172f0e..231da941 100644 --- a/subcmds/list.py +++ b/subcmds/list.py | |||
@@ -15,7 +15,6 @@ | |||
15 | # limitations under the License. | 15 | # limitations under the License. |
16 | 16 | ||
17 | from __future__ import print_function | 17 | from __future__ import print_function |
18 | import sys | ||
19 | 18 | ||
20 | from command import Command, MirrorSafeCommand | 19 | from command import Command, MirrorSafeCommand |
21 | 20 | ||