summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py
index f5352ea0..67423035 100644
--- a/git_command.py
+++ b/git_command.py
@@ -23,7 +23,7 @@ from signal import SIGTERM
23 23
24from error import GitError 24from error import GitError
25import platform_utils 25import platform_utils
26from trace import REPO_TRACE, IsTrace, Trace 26from repo_trace import REPO_TRACE, IsTrace, Trace
27from wrapper import Wrapper 27from wrapper import Wrapper
28 28
29GIT = 'git' 29GIT = 'git'