Move the .ui files in the ui directory
[bertos.git] / wizard / BVersionPage.py
index 2f5a62605b9c3b833611964d91316b4d743e6709..ce72ff461607c633688a54b8189a1788dfcca17f 100644 (file)
@@ -14,10 +14,12 @@ from BWizardPage import *
 import bertos_utils
 import qvariant_converter
 
+from const import *
+
 class BVersionPage(BWizardPage):
     
     def __init__(self):
-        BWizardPage.__init__(self, "bertos_versions.ui")
+        BWizardPage.__init__(self, UI_LOCATION + "/bertos_versions.ui")
         self._connectSignals()
         self._fillVersionList()
         self._setupUi()