Files
2020-12-26 14:53:19 -05:00

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')