Merge pull request #98 from nschlemm/patch-2

This commit is contained in:
John Vandenberg 2020-05-05 20:35:41 +07:00 committed by GitHub
commit 5c6c35bf3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ ALWAYS_ASK, FILES_TO_DATABASE, DATABASE_TO_FILES = ('0', '1', '2')
DIRS = []
for engine in _engine_list():
DIRS.extend(engine.dirs)
DIRS = tuple(DIRS)
app_template_dirs = get_app_template_dirs('templates')