Leigh Scott 6e0aaf9
--- a/dbus/service.py
Leigh Scott 6e0aaf9
+++ b/dbus/service.py
Leigh Scott 6e0aaf9
@@ -32,7 +32,7 @@
Leigh Scott 6e0aaf9
 import logging
Leigh Scott 6e0aaf9
 import threading
Leigh Scott 6e0aaf9
 import traceback
Leigh Scott 6e0aaf9
-from collections import Sequence
Leigh Scott 6e0aaf9
+from collections.abc import Sequence
Leigh Scott 6e0aaf9
 
Leigh Scott 6e0aaf9
 import _dbus_bindings
Leigh Scott 6e0aaf9
 from dbus import (
Leigh Scott 6e0aaf9