From dd9390384e0c35d2e2e7f06c3c266f5e0ed44e90 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sat, 9 Mar 2019 09:05:39 -0500 Subject: [PATCH] remove effect file adding in the pyfa.spec file (for dev only) --- dist_assets/win/pyfa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist_assets/win/pyfa.spec b/dist_assets/win/pyfa.spec index 1bdf820f0..09fac9e28 100644 --- a/dist_assets/win/pyfa.spec +++ b/dist_assets/win/pyfa.spec @@ -33,7 +33,7 @@ import_these = [ ] # Walk directories that do dynamic importing -paths = ('eos/effects', 'eos/db/migrations', 'service/conversions') +paths = ('eos/db/migrations', 'service/conversions') for root, folders, files in chain.from_iterable(os.walk(path) for path in paths): for file_ in files: if file_.endswith(".py") and not file_.startswith("_"):