Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / example / python_modules / jamroot.jam
1 # Copyright 2006 Vladimir Prus
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5 import python_helpers ;
6
7 ECHO "test1:" [ python_helpers.test1 ] ;
8 ECHO "test2:" [ python_helpers.test2 1234 : 5678 ] ;