summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index f6c93e4b..b2845d8a 100755
--- a/main.py
+++ b/main.py
@@ -47,7 +47,7 @@ except ImportError:
47from color import SetDefaultColoring 47from color import SetDefaultColoring
48import event_log 48import event_log
49from repo_trace import SetTrace 49from repo_trace import SetTrace
50from git_command import git, GitCommand, user_agent 50from git_command import user_agent
51from git_config import init_ssh, close_ssh 51from git_config import init_ssh, close_ssh
52from command import InteractiveCommand 52from command import InteractiveCommand
53from command import MirrorSafeCommand 53from command import MirrorSafeCommand