fixed multiple interpreters support

This commit is contained in:
Unbit
2013-04-01 09:00:24 +02:00
parent d74653bbad
commit 230fa1f3bb
4 changed files with 0 additions and 10 deletions
-2
View File
@@ -1063,9 +1063,7 @@ void uwsgi_python_init_apps() {
#endif
// setup app loaders
#ifdef UWSGI_MINTERPRETERS
up.loaders[LOADER_DYN] = uwsgi_dyn_loader;
#endif
up.loaders[LOADER_UWSGI] = uwsgi_uwsgi_loader;
up.loaders[LOADER_FILE] = uwsgi_file_loader;
up.loaders[LOADER_PASTE] = uwsgi_paste_loader;