X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos.py;h=96730e59d6ca65ea99abda65bab43a990a00dc1e;hb=39f8477d1ca72e8579ae5edcc879f1bd25287555;hp=c731e57448c97b2c2c16a9f0a5a4ead81b7f2c36;hpb=86f58e6401c1715dd0f5718fbe7c670857e96a00;p=bertos.git diff --git a/wizard/bertos.py b/wizard/bertos.py index c731e574..96730e59 100755 --- a/wizard/bertos.py +++ b/wizard/bertos.py @@ -9,6 +9,7 @@ # Author: Lorenzo Berni # +import os import sys from distutils.dep_util import newer @@ -20,6 +21,8 @@ import BProject import BStartPage import BWizard +import bertos_utils + def newProject(): wizard = BWizard.BWizard() wizard.show()