Cleaned up old reflex files/legacy code etc

This commit is contained in:
Andrew Charlwood
2026-02-10 16:27:36 +00:00
parent a496c01eb4
commit b9fe89a4ee
10 changed files with 86 additions and 67 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ ROOT = os.path.abspath(os.path.dirname(SPECPATH)) if 'SPECPATH' in dir() else os
a = Analysis(
['app_desktop.py'],
pathex=[os.path.join(ROOT, 'src')],
pathex=[ROOT],
binaries=[],
datas=[
('data/pathways.db', 'data'),
@@ -39,7 +39,7 @@ a = Analysis(
'pandas._libs.tslibs',
'numpy',
'sqlite3',
# App packages (src/ on pathex)
# App packages (project root on pathex)
'core',
'core.config',
'core.models',