mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
7 lines
123 B
Python
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@)
|