summaryrefslogtreecommitdiff
path: root/lib/yaml/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/events.py')
-rw-r--r--lib/yaml/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml/events.py b/lib/yaml/events.py
index 3f244fa..f79ad38 100644
--- a/lib/yaml/events.py
+++ b/lib/yaml/events.py
@@ -1,7 +1,7 @@
# Abstract classes.
-class Event:
+class Event(object):
def __init__(self, start_mark=None, end_mark=None):
self.start_mark = start_mark
self.end_mark = end_mark