X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2FBCpuPage.py;h=e42bd2db72391d06eff9288aefadd279b401e157;hb=50f6a053718d917970b9ff56f81056761254ffd4;hp=6289efd839f4701885421139482eaf166efd8d60;hpb=3443db30df3da92f9842fbc198e0090d55aee676;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 6289efd8..e42bd2db 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -12,10 +12,7 @@ from BWizardPage import * import bertos_utils -if PYQT_VERSION_STR > "4.4.3": - import qvariant_converter_new as qvariant_converter -else: - import qvariant_converter_old as qvariant_converter +import qvariant_converter class BCpuPage(BWizardPage):