diff -r ab0da5a0da5e -r b096205d8358 PluginSelectionEncloser.py --- a/PluginSelectionEncloser.py Mon Oct 24 16:08:34 2022 +0200 +++ b/PluginSelectionEncloser.py Tue Dec 20 17:27:57 2022 +0100 @@ -8,17 +8,16 @@ """ import contextlib +import json import os -import json -from PyQt6.QtCore import pyqtSlot, QObject, QTranslator, QCoreApplication +from PyQt6.QtCore import QCoreApplication, QObject, QTranslator, pyqtSlot from PyQt6.QtGui import QAction from PyQt6.QtWidgets import QMenu +from eric7 import Preferences from eric7.EricWidgets.EricApplication import ericApp -from eric7 import Preferences - # Start-Of-Header name = "Selection Encloser Plug-in" author = "Detlev Offenbach <detlev@die-offenbachs.de>"