From 92493ebe39d13ae39498afb79a366b55f063fd05 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 20 Apr 2010 15:30:22 +0000 Subject: [PATCH] Add missing import git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3486 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 f5bc900d..0e288cb5 100644 --- a/wizard/BProject.py +++ b/wizard/BProject.py @@ -54,7 +54,7 @@ from bertos_utils import ( # Project creation functions projectFileGenerator, versionFileGenerator, makefileGenerator, - userMkGenerator, mkGenerator, loadPlugin, + userMkGenerator, mkGenerator, loadPlugin, mergeSources, # Custom exceptions ParseError, SupportedException -- 2.25.1