added support for PEP 405 virtualenvs

This commit is contained in:
roberto@quantal64
2012-10-03 20:49:58 +02:00
parent a9703f8533
commit c59a3cb35a
2 changed files with 27 additions and 3 deletions
+1
View File
@@ -186,6 +186,7 @@ struct uwsgi_python {
char *pyrun;
int start_response_nodelay;
char *programname;
};