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
@@ -196,8 +196,6 @@ int init_uwsgi_app(int loader, void *arg1, struct wsgi_request *wsgi_req, PyThre
goto doh;
}
// the module contains multiple apps
if (PyDict_Check((PyObject *)wi->callable)) {
applications = wi->callable;