| Index: tests/gclient_utils_test.py
 | 
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
 | 
| index b00db3c80e08d4637fc628d85c06719ebdaab897..63369b2dfd2e65ed6944de5506032e69f6dcd713 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)
 | 
| 
 |