From a334b09fb6d5a5c81bc3a96d3013fa75becde782 Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:38:06 -0400 Subject: [PATCH] Update bellos_manager.py --- bellos_manager.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bellos_manager.py b/bellos_manager.py index e716bca..875f059 100644 --- a/bellos_manager.py +++ b/bellos_manager.py @@ -18,9 +18,6 @@ # Adding Directory to Path import sys -sys.path.append("gui") -sys.path.append("utils") - from PyQt6.QtWidgets import QApplication from gui.bellos_main_window import BellosMainWindow