fixed python snmp api

This commit is contained in:
roberto@debian32
2011-08-26 08:13:14 +02:00
parent 5a58281a3f
commit 25d671e0f6
4 changed files with 127 additions and 117 deletions
+4
View File
@@ -681,6 +681,10 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_queue(new_uwsgi_module);
}
if (uwsgi.snmp) {
init_uwsgi_module_snmp(new_uwsgi_module);
}
if (up.extension) {
up.extension();
}