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