--- a/src/eric7/Utilities/ClassBrowsers/__init__.py Tue Oct 18 16:05:20 2022 +0200
+++ b/src/eric7/Utilities/ClassBrowsers/__init__.py Tue Oct 18 16:06:21 2022 +0200
@@ -21,7 +21,7 @@
import os
import importlib
-import Preferences
+from eric7 import Preferences
PY_SOURCE = 1
PTL_SOURCE = 128