PluginRefactoringRope.py

branch
eric7
changeset 412
6fa5892b9097
parent 411
8cccb49bba7b
child 413
a4cba20ad7ab
--- 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"""

eric ide

mercurial