Add missing import.
[bertos.git] / wizard / BProject.py
index 0ac6965b8d649d715734136fe83331352651cbdd..32fa159caeb4a0a7e50bbec7b35554620bb758b5 100644 (file)
@@ -60,6 +60,8 @@ from bertos_utils import (
                             ParseError, SupportedException
                         )
 
+from compatibility import updateProject
+
 class BProject(object):
     """
     Simple class for store and retrieve project informations.