X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Ftest%2FtestCpuTagsImport.py;h=dcca07756365786ce769808662825445893f1fd4;hb=e25abecb6a6ff52917d44d1331e5af831aeceb9c;hp=79e3c774a3aa4c1d265e686041bedd7138f9d1fa;hpb=4fd200a6a0d06185b4673cb0463e08a8ef54f044;p=bertos.git diff --git a/wizard/test/testCpuTagsImport.py b/wizard/test/testCpuTagsImport.py index 79e3c774..dcca0775 100644 --- a/wizard/test/testCpuTagsImport.py +++ b/wizard/test/testCpuTagsImport.py @@ -28,7 +28,6 @@ # # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -44,7 +43,7 @@ from bertos_utils import * def main(): p = BProject.BProject() - p.setInfo("SOURCES_PATH", "../../") + p.setInfo("BERTOS_PATH", "../../") p.loadSourceTree() info = p.getCpuInfos() tags = getTagSet(info)