fixed --pyargv

This commit is contained in:
roberto@maverick64
2011-01-27 13:20:25 +01:00
parent 3f5aab2083
commit 380d8cb3ea
+1
View File
@@ -91,6 +91,7 @@ int uwsgi_python_init() {
uwsgi_log("Python main interpreter initialized at %p\n", up.main_thread);
init_pyargv();
#ifdef UWSGI_MINTERPRETERS
init_uwsgi_embedded_module();
#endif