diff --git a/src/core/utils/shellfm/windows/View.py b/src/core/utils/shellfm/windows/View.py index 2a37a5f..db8fe9c 100644 --- a/src/core/utils/shellfm/windows/View.py +++ b/src/core/utils/shellfm/windows/View.py @@ -9,8 +9,8 @@ from os.path import isdir, isfile, join # Application imports -from .utils import Settings, Launcher -from . import Path +from . import Path, Settings, Launcher + class View(Settings, Launcher, Path): def __init__(self):