Add the module qvariant_converter.py that abstracts the user from the qvariant_conver...
[bertos.git] / wizard / BToolchainPage.py
index 6b39ade822cdc4539a7c15ce4c2a5e1526ade410..2236fcfe3bd463eace52f6670a28ba0390a4e725 100644 (file)
@@ -14,10 +14,7 @@ import os
 from BWizardPage import *
 import BToolchainSearch
 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 BToolchainPage(BWizardPage):