132c6c6079
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dbus-python#512ab82e44f689e86be8028b9e542a3735eba834
13 lines
232 B
Diff
13 lines
232 B
Diff
--- a/dbus/service.py
|
|
+++ b/dbus/service.py
|
|
@@ -32,7 +32,7 @@
|
|
import logging
|
|
import threading
|
|
import traceback
|
|
-from collections import Sequence
|
|
+from collections.abc import Sequence
|
|
|
|
import _dbus_bindings
|
|
from dbus import (
|
|
|