Add the module qvariant_converter.py that abstracts the user from the qvariant_conver...
[bertos.git] / wizard / BWizardPage.py
index f7b60c37309599b25a3afd6ae4d30e8784a968cd..b4fc6217025419c244c07c57af0743e68ca89319 100644 (file)
@@ -13,10 +13,7 @@ from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 from PyQt4 import uic
 
-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 BWizardPage(QWizardPage):