| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index a39d91612b6f67542d22fa07b2542c183c40536a..7d993fa6f30b153d9bf81255433f7882c17f97b9 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -20,6 +20,7 @@ class GclientUtilsUnittest(SuperMoxTestBase):
|
| 'GetNamedNodeText', 'GetNodeNamedAttributeText', 'IsUsingGit',
|
| 'PathDifference', 'ParseXML', 'PrintableObject', 'RemoveDirectory',
|
| 'SplitUrlRevision', 'SubprocessCall', 'SubprocessCallAndFilter',
|
| + 'SyntaxErrorToError',
|
| 'errno', 'logging', 'os', 're', 'stat', 'subprocess', 'sys', 'time',
|
| 'xml',
|
| ]
|
|
|