#!/usr/bin/env python

import sys
from vcstool.commands.custom import bzr_main

sys.exit(bzr_main() or 0)
