~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: Aaron Bentley
  • Date: 2005-06-22 19:08:29 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050622190829-8813e668768cafc5
Used the bzr 0.5+ plugin stuff

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.")