move and rename module

This commit is contained in:
Bendt
2025-12-18 14:00:54 -05:00
parent 37be42884f
commit fe65183fb7
33 changed files with 26 additions and 24 deletions

View File

@@ -37,7 +37,7 @@ from textual.widgets.option_list import Option
from src.utils.file_icons import get_file_icon
# Import our DocumentViewerScreen
sys.path.append(os.path.join(os.path.dirname(__file__), "src", "maildir_gtd"))
sys.path.append(os.path.join(os.path.dirname(__file__), "src", "mail"))
from screens.DocumentViewer import DocumentViewerScreen