Mercurial > libervia-backend
diff sat_frontends/bridge/dbus_bridge.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 | 973d4551ffae |
children | 712cb4ff3e13 |
line wrap: on
line diff
--- a/sat_frontends/bridge/dbus_bridge.py Fri Jun 29 15:54:46 2018 +0200 +++ b/sat_frontends/bridge/dbus_bridge.py Sun Jul 01 20:37:58 2018 +0200 @@ -29,9 +29,9 @@ import ast -const_INT_PREFIX = "org.goffi.SAT" # Interface prefix +const_INT_PREFIX = "org.salutatoi.SAT" # Interface prefix const_ERROR_PREFIX = const_INT_PREFIX + ".error" -const_OBJ_PATH = '/org/goffi/SAT/bridge' +const_OBJ_PATH = '/org/salutatoi/SAT/bridge' const_CORE_SUFFIX = ".core" const_PLUGIN_SUFFIX = ".plugin" const_TIMEOUT = 120