]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/types/rsp.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / types / rsp.py
CommitLineData
7c673cae
FG
1# Copyright David Abrahams 2004. Distributed under the Boost
2# Software License, Version 1.0. (See accompanying
1e59de90 3# file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
4
5from b2.build import type
6
7def register ():
8 type.register_type ('RSP', ['rsp'])
9
10register ()