summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/python
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2018-04-04 18:53:39 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2018-04-04 18:53:39 +0300
commit49bd3a21e0f995c895b445c0566227661418c2bc (patch)
tree1822ad6a45f285ba1db652eec99949a128d39c15 /auto/modules/python
parent0665896a5593fb41c92cbf164182a058ee40518c (diff)
downloadunit-49bd3a21e0f995c895b445c0566227661418c2bc.tar.gz
unit-49bd3a21e0f995c895b445c0566227661418c2bc.tar.bz2
Changed version processing for modules.
Diffstat (limited to 'auto/modules/python')
-rw-r--r--auto/modules/python2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules/python b/auto/modules/python
index ff012f08..57b50f89 100644
--- a/auto/modules/python
+++ b/auto/modules/python
@@ -111,7 +111,7 @@ nxt_feature_test="
#include <stdio.h>
int main() {
- printf("PY_VERSION");
+ printf(\"%s\", PY_VERSION);
return 0;
}"