From 92c7a76a63174efc8a80cd70025dfea28f62b9eb Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Tue, 27 Jul 2021 17:50:04 -0500 Subject: [PATCH] Updated import --- src/core/utils/shellfm/windows/View.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):