Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 801e23f718c3aa20ca1bf11a84138cef1ff15884..934e4bb99226507f9485de02d08c832d1c99b5dd 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -30,7 +30,7 @@ class GclientUtilsUnittest(GclientUtilBase): |
'ParseXML', 'Popen', |
'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision', |
'SyntaxErrorToError', 'WorkItem', |
- 'copy', 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess', |
+ 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess', |
'sys','threading', 'time', 'xml', |
] |
# If this test fails, you should add the relevant test. |