Move the .ui files in the ui directory
[bertos.git] / wizard / BModulePage.py
index 3cc9f1afca01f534fbf9a15a466905aa58874ee1..86095d9079aa03ce68e30b55eed5d7dcb1dc37ab 100644 (file)
@@ -15,11 +15,12 @@ from PyQt4.QtGui import *
 from BWizardPage import *
 import bertos_utils
 
+from const import *
 
 class BModulePage(BWizardPage):
     
     def __init__(self):
-        BWizardPage.__init__(self, "module_select.ui")
+        BWizardPage.__init__(self, UI_LOCATION + "/module_select.ui")
         self.setTitle(self.tr("Configure the BeRTOS modules"))
         self._setupUi()
         self._controlGroup = QControlGroup()