mirror of
https://github.com/boostorg/build.git
synced 2026-01-22 17:12:13 +00:00
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
|
import python_helpers ;
|
|
|
|
ECHO "test1:" [ python_helpers.test1 ] ;
|
|
ECHO "test2:" [ python_helpers.test2 1234 : 5678 ] ; |