Add the conversion QVariant -> unicode for the needed['TOOLCHAIN']
[bertos.git] / wizard / bertos_utils.py
index 89998949b1952aa7adfaeeccc63dd573a174f8e3..2f755c38af8576c31dbc96c03d5b8032f6d1b0b8 100644 (file)
@@ -91,4 +91,5 @@ def getInfos(definition):
     include(definition[0], D)
     D["CPU_NAME"] = definition[0].split(".")[0]
     D["DEFINITION_PATH"] = definition[1] + "/" + definition[0]
-    return D
\ No newline at end of file
+    del D["include"]
+    return D