diff -r 8cccb49bba7b -r 6fa5892b9097 PluginRefactoringRope.py --- a/PluginRefactoringRope.py Sat Dec 31 16:27:54 2022 +0100 +++ b/PluginRefactoringRope.py Sat Dec 23 15:48:55 2023 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2010 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2010 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -23,7 +23,6 @@ version = "10.6.0" className = "RefactoringRopePlugin" packageName = "RefactoringRope" -internalPackages = "rope" shortDescription = "Refactoring and Code Assist using the Rope library." longDescription = ( """This plug-in implements refactoring functionality using the Rope"""