X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=2af1df821f66429327b39ede313afc067798d182;hb=5bfe944b8d6ce0fb3ae76ac41eaef3d5db943b22;hp=8323b1281946ef07ce7e8859e192dcbb31df5bcc;hpb=e4faa12ff38fb20e13c34527410cc267a88e16dc;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 8323b128..2af1df82 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -19,7 +19,7 @@ from const import * class BCpuPage(BWizardPage): def __init__(self): - BWizardPage.__init__(self, "cpu_select.ui") + BWizardPage.__init__(self, UI_LOCATION + "/cpu_select.ui") self.setTitle(self.tr("Select the CPU")) self._connectSignals() self._setupUi()