summaryrefslogtreecommitdiff
path: root/dbus/proxies.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-09-14 16:48:18 +0100
committerSimon McVittie <smcv@collabora.com>2021-09-15 18:49:14 +0100
commit98cbe2b3ace53ef70738345548402cb4e74a4db7 (patch)
tree8214142a629fc4d45b0fc647860b7ae4bd6b9776 /dbus/proxies.py
parentabd5b946bb2ca9b6c4d2f5e455aaaae5f38946c6 (diff)
downloaddbus-python-98cbe2b3ace53ef70738345548402cb4e74a4db7.tar.gz
Remove support for Python 2
Python 2 reached EOL on 2020-01-01, and the latest version of AX_PYTHON_DEVEL breaks the build with Python 2. This seems as good a time as any to drop compatibility. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/proxies.py')
-rw-r--r--dbus/proxies.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/proxies.py b/dbus/proxies.py
index 5852046..8489294 100644
--- a/dbus/proxies.py
+++ b/dbus/proxies.py
@@ -372,8 +372,6 @@ class ProxyObject(object):
def _Introspect(self):
kwargs = {}
- if is_py2:
- kwargs['utf8_strings'] = True
return self._bus.call_async(self._named_service,
self.__dbus_object_path__,
INTROSPECTABLE_IFACE, 'Introspect', '', (),