~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Martin Pool
  • Date: 2005-07-07 10:20:28 UTC
  • mfrom: (0.1.96)
  • Revision ID: mbp@sourcefrog.net-20050707102028-6c5e6aef73437f38
- merge in separately-developed weave code

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            Exception.__init__(self, e)
67
67
        else:
68
68
            Exception.__init__(self)
69
 
 
70
 
 
71
 
class PointlessCommit(Exception):
72
 
    """Commit failed because nothing was changed."""