Use univoc name for low level init module. Fixed include.
[bertos.git] / wizard / test / testCpuTagsImport.py
index 19a1e37614b4adf197d396fb9028ad6c16aff5ef..df7491a1fc2b5d05f1a90a0d7b8d34f75b373f6c 100644 (file)
@@ -44,9 +44,9 @@ from bertos_utils import *
 
 def main():
     p = BProject.BProject()
-    p.setInfo("SOURCES_PATH", "../../")
+    p.setInfo("BERTOS_PATH", "../../")
     p.loadSourceTree()
-    info = loadCpuInfos(p)
+    info = p.getCpuInfos()
     tags = getTagSet(info)
     print tags