diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 2 |
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 | ||
24 | from error import GitError | 24 | from error import GitError |
25 | import platform_utils | 25 | import platform_utils |
26 | from trace import REPO_TRACE, IsTrace, Trace | 26 | from repo_trace import REPO_TRACE, IsTrace, Trace |
27 | from wrapper import Wrapper | 27 | from wrapper import Wrapper |
28 | 28 | ||
29 | GIT = 'git' | 29 | GIT = 'git' |