diff sat/bridge/bridge_constructor/base_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/base_constructor.py	Fri Jun 29 15:54:46 2018 +0200
+++ b/sat/bridge/bridge_constructor/base_constructor.py	Sun Jul 01 20:37:58 2018 +0200
@@ -145,19 +145,8 @@
         i = 0
 
         while i < len(signature):
-            if signature[i] not in [
-                "b",
-                "y",
-                "n",
-                "i",
-                "x",
-                "q",
-                "u",
-                "t",
-                "d",
-                "s",
-                "a",
-            ]:
+            if signature[i] not in ["b", "y", "n", "i", "x", "q", "u", "t", "d", "s",
+                                    "a"]:
                 raise ParseError("Unmanaged attribute type [%c]" % signature[i])
 
             if signature[i] == "a":