--- a/eric7.epj Thu Sep 26 09:48:49 2024 +0200 +++ b/eric7.epj Thu Sep 26 15:49:36 2024 +0200 @@ -850,6 +850,7 @@ "src/eric7/DesignerTemplates", "src/eric7/Documentation/Help", "src/eric7/Documentation/Source", + "src/eric7/EricCore/EricPreferences", "src/eric7/EricNetwork/data/effective_tld_names.dat", "src/eric7/EricNetwork/data/test_psl.txt", "src/eric7/IconEditor/cursors/aim-cursor.xpm", @@ -1204,6 +1205,7 @@ "src/eric7/DocumentationTools/TemplatesListsStyleCSS.py", "src/eric7/DocumentationTools/__init__.py", "src/eric7/EricCore/EricFileSystemWatcher.py", + "src/eric7/EricCore/EricPreferences.py", "src/eric7/EricCore/EricProcess.py", "src/eric7/EricCore/EricStdRedirector.py", "src/eric7/EricCore/EricTreeSortFilterProxyModel.py", @@ -1248,6 +1250,9 @@ "src/eric7/EricUtilities/EricCache.py", "src/eric7/EricUtilities/EricMutexLocker.py", "src/eric7/EricUtilities/__init__.py", + "src/eric7/EricUtilities/crypto/__init__.py", + "src/eric7/EricUtilities/crypto/py3AES.py", + "src/eric7/EricUtilities/crypto/py3PBKDF2.py", "src/eric7/EricWidgets/EricAnimatedLabel.py", "src/eric7/EricWidgets/EricAnimatedWidget.py", "src/eric7/EricWidgets/EricApplication.py", @@ -2672,9 +2677,6 @@ "src/eric7/Utilities/MouseUtilities.py", "src/eric7/Utilities/PasswordChecker.py", "src/eric7/Utilities/__init__.py", - "src/eric7/Utilities/crypto/__init__.py", - "src/eric7/Utilities/crypto/py3AES.py", - "src/eric7/Utilities/crypto/py3PBKDF2.py", "src/eric7/Utilities/uic.py", "src/eric7/VCS/CommandOptionsDialog.py", "src/eric7/VCS/ProjectBrowserHelper.py",