~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_clean_tree.py

(gz) Cleanup and test selftest thread leak detection (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import errno
19
19
import os
20
20
import shutil
 
21
from StringIO import StringIO
21
22
import sys
22
23
import types
23
24