diff options
Diffstat (limited to 'git_trace2_event_log.py')
-rw-r--r-- | git_trace2_event_log.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git_trace2_event_log.py b/git_trace2_event_log.py index 5b99867b..f26f8311 100644 --- a/git_trace2_event_log.py +++ b/git_trace2_event_log.py | |||
@@ -37,7 +37,8 @@ import sys | |||
37 | import tempfile | 37 | import tempfile |
38 | import threading | 38 | import threading |
39 | 39 | ||
40 | from git_command import GitCommand, RepoSourceVersion | 40 | from git_command import GitCommand |
41 | from git_command import RepoSourceVersion | ||
41 | 42 | ||
42 | 43 | ||
43 | class EventLog(object): | 44 | class EventLog(object): |