From: duplo Date: Tue, 20 Apr 2010 15:30:22 +0000 (+0000) Subject: Add missing import X-Git-Tag: 2.5.0~422 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=92493ebe39d13ae39498afb79a366b55f063fd05;hp=c812b6cd63000c7b7b2b8a84a07dceb017199dde;p=bertos.git Add missing import git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3486 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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