added Graham credits

This commit is contained in:
Unbit
2013-05-03 10:21:15 +02:00
parent 920eee36e3
commit e752b1f8e5
2 changed files with 17 additions and 9 deletions
+8
View File
@@ -1,5 +1,13 @@
#include "uwsgi_python.h"
/*
This is the official python plugin, the one with the modifier1 mapped to 0
Since uWSGI 1.0 it is heavily based on Graham Dumpleton mod_wsgi (for Apache)
*/
extern struct uwsgi_server uwsgi;
struct uwsgi_python up;