| Index: tests/presubmit_unittest.py | 
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py | 
| index 5457170b8aa914a673eda8e2bd528910b0011233..09aeb72ae940e83543c8c923ee35d1af34ed8ce8 100755 | 
| --- a/tests/presubmit_unittest.py | 
| +++ b/tests/presubmit_unittest.py | 
| @@ -183,7 +183,7 @@ class PresubmitUnittest(PresubmitTestsBase): | 
| 'presubmit_canned_checks', 'random', 're', 'rietveld', 'scm', | 
| 'subprocess', 'sys', 'tempfile', 'time', 'traceback', 'types', 'unittest', | 
| 'urllib2', 'warn', 'multiprocessing', 'DoGetTryMasters', | 
| -      'GetTryMastersExecuter', 'itertools', | 
| +      'GetTryMastersExecuter', 'itertools', 'urlparse', 'gerrit_util', | 
| ] | 
| # If this test fails, you should add the relevant test. | 
| self.compareMembers(presubmit, members) | 
|  |