15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
18
class NoPyBaz(Exception):
22
20
Exception.__init__(self, "PyBaz is not installed.")
24
22
from bzrlib.errors import BzrCommandError as CommandError
27
24
class CommandError(Exception):