Move the .ui files in the ui directory
[bertos.git] / wizard / BFolderPage.py
index dc53d10c0d0f6c5e697b95835bf42228fd7d4fdf..374b231da7c5ff8c8c96fac6487ca5bdc7a9313a 100644 (file)
@@ -15,10 +15,12 @@ from PyQt4.QtGui import *
 from BWizardPage import *
 import bertos_utils
 
+from const import *
+
 class BFolderPage(BWizardPage):
     
     def __init__(self):
-        BWizardPage.__init__(self, "dir_select.ui")
+        BWizardPage.__init__(self, UI_LOCATION + "/dir_select.ui")
         self.setTitle(self.tr("Select the project name"))
         self._initializeAttributes()
         self._connectSignals()