~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: Michael Ellerman
  • Date: 2006-02-06 14:04:32 UTC
  • mto: (0.1.73 shelf-tmp)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20060206140432-416e0232a1804e06
Add .shelf to .bzrignore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
try:
 
2
    from bzrlib.errors import BzrCommandError as CommandError
 
3
except ImportError:
 
4
    class CommandError(Exception):
 
5
        pass