X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=e329dbc866d279557cee07037aa8d92fb0a0415d;hb=ee276ea346d90090f039720664dbb18d50e6bf7b;hp=6494e34d89710fa547bb2f6f94c8308f9dca76fc;hpb=3650787f38f0edaf49ae1980b5373e43c8e1a4c6;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 6494e34d..e329dbc8 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -12,7 +12,10 @@ from BWizardPage import * import bertos_utils -import qvariant_converter +if PYQT_VERSION_STR > "4.4.3": + import qvariant_converter_new as qvariant_converter +else: + import qvariant_converter_old as qvariant_converter class BCpuPage(BWizardPage):