summaryrefslogtreecommitdiff
path: root/dbus/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/service.py')
-rw-r--r--dbus/service.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbus/service.py b/dbus/service.py
index 0c8695a..2e13d3c 100644
--- a/dbus/service.py
+++ b/dbus/service.py
@@ -67,9 +67,6 @@ class _VariantSignature(object):
"""Return 'v' whenever called."""
return 'v'
- if is_py2:
- next = __next__
-
class BusName(object):
"""A base class for exporting your own Named Services across the Bus.