Mercurial > libervia-backend
changeset 3009:bba1c51bf2c6
plugin adhoc D-Bus: typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 17 Jul 2019 09:28:33 +0200 |
parents | c8c68a3b0a79 |
children | e6806aaab16d |
files | sat/plugins/plugin_adhoc_dbus.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/plugins/plugin_adhoc_dbus.py Tue Jul 16 21:59:30 2019 +0200 +++ b/sat/plugins/plugin_adhoc_dbus.py Wed Jul 17 09:28:33 2019 +0200 @@ -30,8 +30,8 @@ from lxml import etree except ImportError: etree = None - log.warning(u"Missing module lxml, please download/install it from http://lxml.de/" - u"auto D-Bus discovery will be disabled") + log.warning(u"Missing module lxml, please download/install it from http://lxml.de/ ." + u"Auto D-Bus discovery will be disabled") from collections import OrderedDict import os.path import uuid