| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index ea1c6f06e102f36f9b57e2c7ae32fe91331db84d..444cbc510a4f700506109f1fcacea26829e30902 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -35,7 +35,7 @@ class GclientUtilsUnittest(GclientUtilBase):
|
| 'MakeFileAutoFlush', 'MakeFileAnnotated', 'PathDifference',
|
| 'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
|
| 'SyntaxErrorToError', 'WorkItem',
|
| - 'errno', 'logging', 'os', 'Queue', 're', 'rmtree',
|
| + 'errno', 'lockedmethod', 'logging', 'os', 'Queue', 're', 'rmtree',
|
| 'stat', 'subprocess2', 'sys','threading', 'time',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
|
|