diff options
Diffstat (limited to 'event_log.py')
-rw-r--r-- | event_log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event_log.py b/event_log.py index 60c1a437..ef01394a 100644 --- a/event_log.py +++ b/event_log.py | |||
@@ -21,7 +21,7 @@ TASK_SYNC_NETWORK = "sync-network" | |||
21 | TASK_SYNC_LOCAL = "sync-local" | 21 | TASK_SYNC_LOCAL = "sync-local" |
22 | 22 | ||
23 | 23 | ||
24 | class EventLog(object): | 24 | class EventLog: |
25 | """Event log that records events that occurred during a repo invocation. | 25 | """Event log that records events that occurred during a repo invocation. |
26 | 26 | ||
27 | Events are written to the log as a consecutive JSON entries, one per line. | 27 | Events are written to the log as a consecutive JSON entries, one per line. |