summaryrefslogtreecommitdiffstats
path: root/git_trace2_event_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_trace2_event_log.py')
-rw-r--r--git_trace2_event_log.py3
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
37import tempfile 37import tempfile
38import threading 38import threading
39 39
40from git_command import GitCommand, RepoSourceVersion 40from git_command import GitCommand
41from git_command import RepoSourceVersion
41 42
42 43
43class EventLog(object): 44class EventLog(object):