From: duplo Date: Wed, 31 Mar 2010 11:02:30 +0000 (+0000) Subject: Avoid import * (to help debug in during the refactoring). X-Git-Tag: 2.5.0~563 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b83274df8738dd4c0a5486eb24b482faa726abc0;p=bertos.git 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 --- 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): """