Add the module qvariant_converter.py that abstracts the user from the qvariant_conver...
[bertos.git] / wizard / BCpuPage.py
index 6289efd839f4701885421139482eaf166efd8d60..e42bd2db72391d06eff9288aefadd279b401e157 100644 (file)
 
 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):