PluginSelectionEncloser.py

changeset 16
d5eee7835f33
parent 13
2d4785f57db3
child 19
53d5a42625a2
--- a/PluginSelectionEncloser.py	Sat Apr 26 16:00:39 2014 +0200
+++ b/PluginSelectionEncloser.py	Sat Jul 12 15:08:19 2014 +0200
@@ -12,8 +12,8 @@
 import os
 import json
 
-from PyQt4.QtCore import QObject, QTranslator, QCoreApplication
-from PyQt4.QtGui import QAction, QMenu
+from PyQt5.QtCore import QObject, QTranslator, QCoreApplication
+from PyQt5.QtWidgets import QAction, QMenu
 
 from E5Gui.E5Application import e5App
 
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "1.0.0"
+version = "2.0.0"
 className = "SelectionEncloserPlugin"
 packageName = "SelectionEncloser"
 shortDescription = "Enclose the selection with a string."

eric ide

mercurial