~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

PEP8 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
549
549
        BzrNewError.__init__(self)
550
550
        self.format = format
551
551
 
 
552
 
552
553
class NoDiff3(BzrNewError):
553
554
    """Diff3 is not installed on this machine."""