| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index a5b855e802f1bb0c24129bb957971f6c851168e8..5e509ea24b7502d620bac35b4283ac4ae845f664 100644
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -19,8 +19,8 @@ class GclientUtilsUnittest(SuperMoxTestBase):
|
| 'FullUrlFromRelative', 'FullUrlFromRelative2', 'GetNamedNodeText',
|
| 'GetNodeNamedAttributeText', 'IsUsingGit', 'PathDifference',
|
| 'ParseXML', 'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision',
|
| - 'SubprocessCall', 'SubprocessCallAndFilter', 'errno', 'os', 're',
|
| - 'stat', 'subprocess', 'sys', 'time', 'xml',
|
| + 'SubprocessCall', 'SubprocessCallAndFilter', 'errno', 'logging', 'os',
|
| + 're', 'stat', 'subprocess', 'sys', 'time', 'xml',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(gclient_utils, members)
|
|
|