diff -r c250ccace567 -r 757e8b5d9f5a PluginPySide2PyQt.py --- a/PluginPySide2PyQt.py Wed Jan 01 14:47:59 2014 +0100 +++ b/PluginPySide2PyQt.py Sat Apr 26 15:53:13 2014 +0200 @@ -7,7 +7,7 @@ Module implementing the PySide to PyQt4 (and vice versa) plug-in. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals import os @@ -20,7 +20,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.4.0" +version = "1.0.0" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt4 and vice versa" @@ -30,6 +30,7 @@ """ current editor.""" needsRestart = False pyqtApi = 2 +python2Compatible = True # End-Of-Header error = ""