~abentley/bzrtools/bzrtools.dev

1
2
3
class NoPyBaz(Exception):
    def __init__(self):
        Exception.__init__(self, "PyBaz is not installed.")