mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
8 lines
173 B
Python
8 lines
173 B
Python
# -*- python -*-
|
|
|
|
from faber.tools.boost import boostbook
|
|
from faber.tools.python import python
|
|
|
|
bb = boostbook(prefix='/usr/share/boostbook')
|
|
p = python(command='$PYTHON')
|