# -*- python -*-

from faber.tools.boost import boostbook
from faber.tools.python import python

bb = boostbook(prefix='/usr/share/boostbook')
p = python(command='$PYTHON')
