~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2006-06-20 03:57:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620035711-400bb6b6bc6ff95b
Add pyflakes makefile target; fix many warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    # information if something goes wrong.  In a future version this
136
136
    # file will be removed on successful completion.
137
137
    global _file_handler, _bzr_log_file
138
 
    import stat, codecs
 
138
    import codecs
139
139
 
140
140
    trace_fname = os.path.join(os.path.expanduser(tracefilename))
141
141
    _rollover_trace_maybe(trace_fname)