fixed ini/yaml parsing with optional values, added UWSGI_SETENV var

This commit is contained in:
roberto@mrspurr
2011-02-23 09:35:38 +01:00
parent f11664642f
commit 7f4f16e96a
7 changed files with 75 additions and 1 deletions
+3 -1
View File
@@ -96,4 +96,6 @@ void init_pyargv() {
}
PySys_SetArgv(up.argc, up.py_argv);
}
}