New qvariant converter module. Now BeRTOS Wizard is able to run with PyQt4 4.6 and...
[bertos.git] / wizard / qvariant_converter.py
index 81181965121f979cc457a930f06e344c94e6d2ea..9b24b0c13fb783363d5ecce226a146698d222fc5 100644 (file)
@@ -39,5 +39,7 @@ if PYQT_VERSION_STR <= "4.4.3":
     from qvariant_converter_old import *
 elif PYQT_VERSION_STR < "4.5.0":
     from qvariant_converter_new import *
-else:
+elif PYQT_VERSION_STR < "4.6.0":
     from qvariant_converter_newer import *
+else:
+    from qvariant_converter_newest import *