From 63e23da5126b804b9bfad6622b3afa7cf529479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Fri, 6 Mar 2026 08:04:18 +0100 Subject: [PATCH] Fix python sources --- buildVars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildVars.py b/buildVars.py index e95ccd2..bc242b9 100644 --- a/buildVars.py +++ b/buildVars.py @@ -57,7 +57,7 @@ # pythonSources = ["addon/globalPlugins/*.py"] # For more information on SCons Glob expressions please take a look at: # https://scons.org/doc/production/HTML/scons-user/apd.html -pythonSources: list[str] = ["addon/appModules/eMule.py", "addon/labelAutofinderCore/*.py"] +pythonSources: list[str] = ["addon/appModules/eMule.py"] # Files that contain strings for translation. Usually your python sources i18nSources: list[str] = pythonSources + ["buildVars.py"]