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