Add infrastructure for CPU reloading files.
[bertos.git] / wizard / test / testCpuTagsImport.py
index 19a1e37614b4adf197d396fb9028ad6c16aff5ef..79e7844c49a3dae092bfe905f63089789f69fa7f 100644 (file)
@@ -46,7 +46,7 @@ def main():
     p = BProject.BProject()
     p.setInfo("SOURCES_PATH", "../../")
     p.loadSourceTree()
-    info = loadCpuInfos(p)
+    info = p.loadCpuInfos()
     tags = getTagSet(info)
     print tags