~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Various cosmetic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1106
1106
        BzrNewError.__init__(self)
1107
1107
        self.text = text
1108
1108
 
 
1109
 
1109
1110
class UnsupportedEOLMarker(BadBundle):
1110
1111
    """End of line marker was not \\n in bzr revision-bundle"""    
1111
1112