remove effect file adding in the pyfa.spec file (for dev only)

This commit is contained in:
Ryan Holmes
2019-03-09 09:05:39 -05:00
parent 23d945c7f2
commit dd9390384e

View File

@@ -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("_"):