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
18
20
class NoPyBaz(Exception):
20
22
Exception.__init__(self, "PyBaz is not installed.")
22
24
from bzrlib.errors import BzrCommandError as CommandError
24
27
class CommandError(Exception):