PluginRefactoringRope.py

branch
eric7
changeset 409
65153bf17e8d
parent 406
923d7f711cae
child 411
8cccb49bba7b
equal deleted inserted replaced
408:19321ca1a6d1 409:65153bf17e8d
5 5
6 """ 6 """
7 Module implementing the Rope refactoring plugin. 7 Module implementing the Rope refactoring plugin.
8 """ 8 """
9 9
10 import contextlib
10 import os 11 import os
11 import contextlib 12
12 13 from PyQt6.QtCore import QCoreApplication, QObject, Qt, QTranslator
13 from PyQt6.QtCore import Qt, QObject, QTranslator, QCoreApplication
14 14
15 from eric7 import Preferences, Utilities 15 from eric7 import Preferences, Utilities
16 from eric7.EricWidgets.EricApplication import ericApp 16 from eric7.EricWidgets.EricApplication import ericApp
17 17
18 # Start-Of-Header 18 # Start-Of-Header

eric ide

mercurial