2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-29 05:21:23 +01:00
waf/demos/unit_test/tests/test3/test.py.in
2017-09-04 21:07:20 +02:00

7 lines
123 B
Python

#!/usr/bin/env python
# encoding: utf-8
import test_import
import sys
print('success from @NAME@')
sys.exit(@EXIT_STATUS@)