~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-26 01:54:58 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050826015458-6938736e388c24f4
Excluded non-source files

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