Chromium Code Reviews| Index: tests/gcl_unittest.py |
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py |
| index 81823ab73857b45af195d7a267a6d63cddd30f6c..ba2feacf6d296b52df0fd3eb07710b059de73fa9 100755 |
| --- a/tests/gcl_unittest.py |
| +++ b/tests/gcl_unittest.py |
| @@ -108,7 +108,7 @@ class GclUnittest(GclTestsBase): |
| 'gclient_utils', 'git_cl', 'json', 'main', 'need_change', |
| 'need_change_and_args', 'no_args', 'optparse', 'os', |
| 'presubmit_support', 'random', 're', 'rietveld', |
| - 'string', 'subprocess2', 'sys', 'tempfile', 'time', |
| + 'ssl', 'string', 'subprocess2', 'sys', 'tempfile', 'time', |
|
iannucci
2014/01/09 22:27:21
LOL this test is so bogus....
lgtm
|
| 'upload', 'urllib2', |
| ] |
| # If this test fails, you should add the relevant test. |