~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-01 08:27:01 UTC
  • Revision ID: mbp@sourcefrog.net-20050401082701-20d4b0f9dd0588e9
pychecker warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
## _tracefile; perhaps replace _tracefile with a tee thing.
31
31
 
32
32
global _tracefile, _starttime
 
33
_tracefile = None
33
34
 
34
35
# used to have % (os.environ['USER'], time.time(), os.getpid()), 'w')
35
36