14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
"""TreeBuilder helper class.
21
19
TreeBuilders are used to build trees of various shapes or properties. This
22
20
can be extremely useful in testing for instance.
25
25
from bzrlib import errors