Blame SOURCES/python39.patch

64a1f6
diff --git a/bindings/python/babeltrace/babeltrace.i.in b/bindings/python/babeltrace/babeltrace.i.in
64a1f6
index a773e9b3..b3bb53a0 100644
64a1f6
--- a/bindings/python/babeltrace/babeltrace.i.in
64a1f6
+++ b/bindings/python/babeltrace/babeltrace.i.in
64a1f6
@@ -672,8 +672,8 @@ class CTFScope:
64a1f6
 _scopes = [CTFScope.EVENT_FIELDS, CTFScope.EVENT_CONTEXT, CTFScope.STREAM_EVENT_CONTEXT,
64a1f6
 	CTFScope.STREAM_EVENT_HEADER, CTFScope.STREAM_PACKET_CONTEXT, CTFScope.TRACE_PACKET_HEADER]
64a1f6
 
64a1f6
-import collections
64a1f6
-class Event(collections.Mapping):
64a1f6
+import collections.abc
64a1f6
+class Event(collections.abc.Mapping):
64a1f6
 	"""
64a1f6
 	This class represents an event from the trace.
64a1f6
 	It is obtained using the TraceCollection generator functions.
64a1f6
-- 
64a1f6
2.17.1
64a1f6
64a1f6