Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index a39d91612b6f67542d22fa07b2542c183c40536a..d56af644d2a0079da65178041f744f049e5269a2 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -17,7 +17,7 @@ class GclientUtilsUnittest(SuperMoxTestBase): |
members = [ |
'CheckCall', 'CheckCallError', 'Error', 'FileRead', 'FileWrite', |
'FindFileUpwards', 'FindGclientRoot', 'GetGClientRootAndEntries', |
- 'GetNamedNodeText', 'GetNodeNamedAttributeText', 'IsUsingGit', |
+ 'GetNamedNodeText', 'GetNodeNamedAttributeText', |
'PathDifference', 'ParseXML', 'PrintableObject', 'RemoveDirectory', |
'SplitUrlRevision', 'SubprocessCall', 'SubprocessCallAndFilter', |
'errno', 'logging', 'os', 're', 'stat', 'subprocess', 'sys', 'time', |