~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: mbp at sourcefrog
  • Date: 2005-04-06 14:06:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050406140632-b44f572e110216f266a43b71
pychecker fixups

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
_tracefile = None
34
34
 
35
35
# used to have % (os.environ['USER'], time.time(), os.getpid()), 'w')
36
 
 
 
36
_starttime = None
37
37
 
38
38
# If false, notes also go to stdout; should replace this with --silent
39
39
# at some point.