This commit is contained in:
niphlod
2016-08-31 02:04:45 +02:00
parent b84b47dad2
commit d1d765455f

View File

@@ -449,7 +449,7 @@ def create_missing_folders():
"""
paths = (global_settings.gluon_parent, abspath(
'site-packages', gluon=True), '')
[add_path_first(path) for p in paths]
[add_path_first(p) for p in paths]
def create_missing_app_folders(request):