ported symimporter/symzipimporter to python3

This commit is contained in:
roberto@debian32
2011-10-24 16:35:59 +02:00
parent 3a8db4a97a
commit 07fd84f89f
5 changed files with 53 additions and 12 deletions
-2
View File
@@ -275,7 +275,5 @@ char *uwsgi_pythonize(char *);
#define uwsgi_pyexit {PyErr_Print();exit(1);}
#ifdef __linux__
#ifndef PYTHREE
int uwsgi_init_symbol_import(void);
#endif
#endif