From 49bd3a21e0f995c895b445c0566227661418c2bc Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Wed, 4 Apr 2018 18:53:39 +0300 Subject: Changed version processing for modules. --- src/nxt_python_wsgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_python_wsgi.c') diff --git a/src/nxt_python_wsgi.c b/src/nxt_python_wsgi.c index 7c24828a..7d805703 100644 --- a/src/nxt_python_wsgi.c +++ b/src/nxt_python_wsgi.c @@ -100,7 +100,7 @@ NXT_EXPORT nxt_application_module_t nxt_app_module = { sizeof(compat), compat, nxt_string("python"), - nxt_string(PY_VERSION), + PY_VERSION, nxt_python_init, nxt_python_run, nxt_python_atexit, -- cgit