~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2005-08-24 01:24:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050824012453-886c9dce6e53811d
- add global definition to quieten pychecker

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
import traceback
41
41
 
42
42
 
 
43
_file_handler = None
 
44
 
 
45
 
43
46
class QuietFormatter(logging.Formatter):
44
47
    """Formatter that supresses the details of errors.
45
48