~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to errors.py

  • Committer: Aaron Bentley
  • Date: 2005-10-28 05:42:46 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051028054246-e50a4222030a8772
Added *? to the list of tricky characters.

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