X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBModulePage.py;h=86095d9079aa03ce68e30b55eed5d7dcb1dc37ab;hb=255e98716335ab8e40da330bad016a8983046dec;hp=3cc9f1afca01f534fbf9a15a466905aa58874ee1;hpb=fcce2ef97ab57af24edc4440aa557b9d7e747b69;p=bertos.git diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index 3cc9f1af..86095d90 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -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()