From b83274df8738dd4c0a5486eb24b482faa726abc0 Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 31 Mar 2010 11:02:30 +0000 Subject: [PATCH] Avoid import * (to help debug in during the refactoring). git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3345 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BProject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BProject.py b/wizard/BProject.py index 47f9cd96..5e4a6bda 100644 --- a/wizard/BProject.py +++ b/wizard/BProject.py @@ -38,7 +38,7 @@ import fnmatch import copy import pickle -from bertos_utils import * +from bertos_utils import isBertosDir, loadCpuInfos, getTagSet, loadModuleData, setEnabledModules class BProject(object): """ -- 2.25.1