diff sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py @ 2628:779351da2c13

core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation: generation of D-Bus bridge has been broken by black formatting tool, this patch fixes this.
author Goffi <goffi@goffi.org>
date Sun, 01 Jul 2018 20:37:58 +0200
parents 56f94936df1e
children 003b8b4b56a7
line wrap: on
line diff
--- a/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py	Fri Jun 29 15:54:46 2018 +0200
+++ b/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py	Sun Jul 01 20:37:58 2018 +0200
@@ -29,7 +29,7 @@
         base_constructor.Constructor.__init__(self, bridge_template, options)
 
         self.template = "dbus_xml_template.xml"
-        self.core_dest = "org.goffi.sat.xml"
+        self.core_dest = "org.salutatoi.sat.xml"
         self.default_annotation = {
             "a{ss}": "StringDict",
             "a(sa{ss}as)": "QList<Contact>",