~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

[merge] win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    else:
95
95
        out = fmt
96
96
    out += '\n'
97
 
    if isinstance(out, unicode):
98
 
        out = out.encode('utf-8')
99
97
    _trace_file.write(out)
100
98
debug = mutter
101
99