| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index 8027675b0e8b21e91c950b146f09354c0c08aa05..a5fe72c083c7c9f5dbfeba1e6a8ed82f78b321c9 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -33,8 +33,8 @@ class GclientUtilsUnittest(GclientUtilBase):
|
| 'ParseXML', 'Popen',
|
| 'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
|
| 'SyntaxErrorToError', 'WorkItem',
|
| - 'errno', 'hack_subprocess', 'logging', 'os', 'Queue', 're', 'rmtree',
|
| - 'stat', 'subprocess', 'sys','threading', 'time', 'xml',
|
| + 'errno', 'logging', 'os', 'Queue', 're', 'rmtree',
|
| + 'stat', 'subprocess', 'subprocess2', 'sys','threading', 'time', 'xml',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(gclient_utils, members)
|
|
|