comparison sat/plugins/plugin_adhoc_dbus.py @ 3009:bba1c51bf2c6

plugin adhoc D-Bus: typo
author Goffi <goffi@goffi.org>
date Wed, 17 Jul 2019 09:28:33 +0200
parents e0429ff7f6b6
children b6abf8af87db
comparison
equal deleted inserted replaced
3008:c8c68a3b0a79 3009:bba1c51bf2c6
28 28
29 try: 29 try:
30 from lxml import etree 30 from lxml import etree
31 except ImportError: 31 except ImportError:
32 etree = None 32 etree = None
33 log.warning(u"Missing module lxml, please download/install it from http://lxml.de/" 33 log.warning(u"Missing module lxml, please download/install it from http://lxml.de/ ."
34 u"auto D-Bus discovery will be disabled") 34 u"Auto D-Bus discovery will be disabled")
35 from collections import OrderedDict 35 from collections import OrderedDict
36 import os.path 36 import os.path
37 import uuid 37 import uuid
38 try: 38 try:
39 import dbus 39 import dbus