~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: Aaron Bentley
  • Date: 2005-09-12 18:29:12 UTC
  • mto: (147.1.21)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: abentley@panoramicfeedback.com-20050912182912-9a05b72fb912e604
Matched John's name to his commit name

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
class NoPyBaz(Exception):
 
2
    def __init__(self):
 
3
        Exception.__init__(self, "PyBaz is not installed.")