~abentley/bzrtools/bzrtools.dev

105 by Aaron Bentley
Fixed NoPyBaz detection
1
class NoPyBaz(Exception):
2
    def __init__(self):
3
        Exception.__init__(self, "PyBaz is not installed.")