8
8
This can be useful in tests that need to recreate directory
14
19
from bzrlib.trace import enable_default_logging
16
21
from bzrlib.selftest.treeshape import capture_tree_contents
22
25
for tt in capture_tree_contents('.'):
24
print ' (', repr(tt[0]) + ',',
39
29
if __name__ == '__main__':