4 # Copyright 2009 Develer S.r.l. (http://www.develer.com/)
9 # Author: Lorenzo Berni <duplo@develer.com>
12 from PyQt4.QtCore import PYQT_VERSION_STR
14 if PYQT_VERSION_STR > "4.4.3":
15 from qvariant_converter_new import *
17 from qvariant_converter_old import *