Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 1af30215388345ccb3370c2124c13eaf5f10e18a..cf394d744dffbe8d6567974fffdf793c5af909b7 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -29,8 +29,8 @@ class GclientUtilsUnittest(GclientUtilBase): |
'GetNodeNamedAttributeText', 'PathDifference', 'ParseXML', 'Popen', |
'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision', |
'StdoutAutoFlush', 'SyntaxErrorToError', 'WorkItem', |
- 'errno', 'logging', 'os', 're', 'stat', 'subprocess', 'sys', |
- 'threading', 'time', 'xml', |
+ 'copy', 'errno', 'logging', 'os', 'Queue', 're', 'stat', 'subprocess', |
+ 'sys','threading', 'time', 'xml', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(gclient_utils, members) |