commit | b51f07cd0643388ffe2cefb28899429d9e1131fc | [log] [tgz] |
---|---|---|
author | Anthony King <anthonydking@slimroms.net> | Sat Apr 04 21:18:59 2015 +0100 |
committer | Anthony King <anthonydking@slimroms.net> | Sat Apr 04 21:21:49 2015 +0100 |
tree | f0bdd78523b44eb01597369b1f3ad8ac9f914b8e | |
parent | 04f2f0e1860d10a4cc2a7b8ef7cc1665f51094b9 [diff] |
status: lose dependence on StringIO buflist was being used, which isn't available in Python 3. `Execute` was using StringIO to capture the output of `PrintWorkTreeStatus`, only to redirect it straight to stdout. Instead, just let `PrintWorkTreeStatus` do it's own thing directly to stdout. for handling `_FindOrphans`, we swap StringIO for a list. Nothing was done that needed a a file like object. Change-Id: Ibdaae137904de66a5ffb590d84203ef0fe782d8b