| Index: tests/trychange_unittest.py
|
| diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
|
| index 9f9a27759044b4b09ab7cac60c5e41b4e90674be..5d1493eac6ee2fa409dbcd100d5bf22b27d9d8f8 100644
|
| --- a/tests/trychange_unittest.py
|
| +++ b/tests/trychange_unittest.py
|
| @@ -43,8 +43,8 @@ class TryChangeUnittest(TryChangeTestsBase):
|
| 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
|
| 'SCM', 'SVN', 'TryChange', 'USAGE',
|
| 'breakpad', 'datetime', 'gclient_utils', 'getpass', 'logging',
|
| - 'optparse', 'os', 'posixpath', 'scm', 'shutil', 'socket',
|
| - 'subprocess', 'sys', 'tempfile', 'urllib',
|
| + 'optparse', 'os', 'posixpath', 'scm', 'shutil', 'sys', 'tempfile',
|
| + 'urllib',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(trychange, members)
|
|
|