--- a/PluginRefactoringRope.py Wed Dec 30 11:02:11 2020 +0100 +++ b/PluginRefactoringRope.py Tue Mar 16 18:11:29 2021 +0100 @@ -7,8 +7,6 @@ Module implementing the Rope refactoring plugin. """ -from __future__ import unicode_literals - import os from PyQt5.QtCore import Qt, QObject, QTranslator, QCoreApplication @@ -23,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "7.2.1" +version = "7.3.0" className = "RefactoringRopePlugin" packageName = "RefactoringRope" internalPackages = "rope"