/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to errors.py

Fix formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""A grouping of Exceptions for bzr-git"""
18
18
 
 
19
from dulwich import errors as git_errors
 
20
 
19
21
from bzrlib import errors as bzr_errors
20
 
from dulwich import errors as git_errors
21
 
 
22
22
 
23
23
class BzrGitError(bzr_errors.BzrError):
24
24
    """The base-level exception for bzr-git errors."""