]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/python_modules/jamroot.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / 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 ] ;