comparison 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
comparison
equal deleted inserted replaced
2627:163aab916bcf 2628:779351da2c13
27 27
28 def __init__(self, bridge_template, options): 28 def __init__(self, bridge_template, options):
29 base_constructor.Constructor.__init__(self, bridge_template, options) 29 base_constructor.Constructor.__init__(self, bridge_template, options)
30 30
31 self.template = "dbus_xml_template.xml" 31 self.template = "dbus_xml_template.xml"
32 self.core_dest = "org.goffi.sat.xml" 32 self.core_dest = "org.salutatoi.sat.xml"
33 self.default_annotation = { 33 self.default_annotation = {
34 "a{ss}": "StringDict", 34 "a{ss}": "StringDict",
35 "a(sa{ss}as)": "QList<Contact>", 35 "a(sa{ss}as)": "QList<Contact>",
36 "a{i(ss)}": "HistoryT", 36 "a{i(ss)}": "HistoryT",
37 "a(sss)": "QList<MenuT>", 37 "a(sss)": "QList<MenuT>",