Skip to content
Snippets Groups Projects
Commit ee6f65f4 authored by André's avatar André Committed by Philipp Hörist
Browse files

Port Avahi to GDBus

fixes #9147
parent 94eef409
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@ class ConstantRI(IntEnum):
def test_avahi():
try:
import dbus # pylint: disable=unused-variable
import gi
gi.require_version('Avahi', '0.6')
from gi.repository import Avahi # pylint: disable=unused-variable
except ImportError:
return False
return True
......
This diff is collapsed.
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