| Index: tests/gcl_unittest.py
|
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py
|
| index 4ab2b6fc17e91463ab511115bd1a46056364b3cb..26cc2b17434808bd41f4aaed2249b1228f065643 100755
|
| --- a/tests/gcl_unittest.py
|
| +++ b/tests/gcl_unittest.py
|
| @@ -93,8 +93,8 @@ class GclUnittest(GclTestsBase):
|
| 'attrs', 'breakpad', 'defer_attributes', 'gclient_utils', 'getpass',
|
| 'json', 'main', 'need_change', 'need_change_and_args', 'no_args',
|
| 'optparse', 'os', 'owners', 'presubmit_support', 'random', 're',
|
| - 'string', 'subprocess', 'suggest_reviewers', 'sys', 'tempfile',
|
| - 'time', 'upload', 'urllib2',
|
| + 'string', 'subprocess', 'sys', 'tempfile', 'time', 'upload',
|
| + 'urllib2',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(gcl, members)
|
|
|