Index: tests/gcl_unittest.py |
diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py |
index 59efd84428f63cf1ae581156f1082663fcd19681..f4dbf34adfa52e4f12be1597492e53ecbb95a261 100755 |
--- a/tests/gcl_unittest.py |
+++ b/tests/gcl_unittest.py |
@@ -58,7 +58,7 @@ class GclUnittest(GclTestsBase): |
'UnknownFiles', 'UploadCL', 'Warn', 'WriteFile', |
'gclient_scm', 'gclient_utils', 'getpass', 'main', 'os', 'random', 're', |
'shutil', 'string', 'subprocess', 'sys', 'tempfile', |
- 'upload', 'urllib2', 'xml', |
+ 'upload', 'urllib2', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(gcl, members) |