Skip to content
Snippets Groups Projects
Commit 3abc8a02 authored by nkour's avatar nkour
Browse files

die old dbus die!

parent 7dc07051
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,8 @@ from common import helpers
import dbus_support
if dbus_support.supported:
import dbus
if dbus_support.version >= (0, 41, 0):
import dbus.glib
import dbus.service
import dbus.glib
import dbus.service
def get_show_in_roster(event, account, contact):
'''Return True if this event must be shown in roster, else False'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment