X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBOutputPage.py;h=84222fee46cf54ac8416f5d967050853ac8a9aaa;hb=5bfe944b8d6ce0fb3ae76ac41eaef3d5db943b22;hp=2f7629d19e9e6b0e46883d894b0bad418b0495f0;hpb=1b02da529da6a84fe8b096c0e9dc242598e9fe3d;p=bertos.git diff --git a/wizard/BOutputPage.py b/wizard/BOutputPage.py index 2f7629d1..84222fee 100644 --- a/wizard/BOutputPage.py +++ b/wizard/BOutputPage.py @@ -15,11 +15,12 @@ from PyQt4.QtGui import * from BWizardPage import * import bertos_utils +from const import * class BOutputPage(BWizardPage): def __init__(self): - BWizardPage.__init__(self, "output_select.ui") + BWizardPage.__init__(self, UI_LOCATION + "/output_select.ui") self.setTitle(self.tr("Choose the project output")) self._setupButtonGroup() self._connectSignals()