pypyuwsgi.py

This commit is contained in:
roberto@debian32
2011-08-31 14:01:46 +02:00
parent 1989099cc5
commit 3c3d58bfe9
2 changed files with 21 additions and 1 deletions
+3 -1
View File
@@ -883,9 +883,11 @@ void uwsgi_python_init_apps() {
init_pyargv();
#ifdef UWSGI_MINTERPRETERS
#ifndef UWSGI_PYPY
#ifdef UWSGI_EMBEDDED
init_uwsgi_embedded_module();
#endif
#endif
#ifdef __linux__
#if !defined(PYTHREE) && !defined(UWSGI_PYPY)