| Index: tests/gcl_unittest.py
 | 
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py
 | 
| index e634aef938226804671ba5e8de6cab86bc87c32b..c93ff767775045b8b80c93197a7230470e34cfc8 100755
 | 
| --- a/tests/gcl_unittest.py
 | 
| +++ b/tests/gcl_unittest.py
 | 
| @@ -91,9 +91,9 @@ class GclUnittest(GclTestsBase):
 | 
|          'RunShell', 'RunShellWithReturnCode', 'SVN',
 | 
|          'TryChange', 'UnknownFiles', 'Warn',
 | 
|          'attrs', 'breakpad', 'defer_attributes', 'fix_encoding',
 | 
| -        'gclient_utils', 'getpass',
 | 
| -        'json', 'main', 'need_change', 'need_change_and_args', 'no_args',
 | 
| -        'optparse', 'os', 'presubmit_support', 'random', 're',
 | 
| +        'gclient_utils', 'json', 'main', 'need_change', 'need_change_and_args',
 | 
| +        'no_args', 'optparse', 'os', 'presubmit_support', 'random', 're',
 | 
| +        'rietveld',
 | 
|          'string', 'subprocess', 'subprocess2', 'sys', 'tempfile', 'time',
 | 
|          'upload', 'urllib2',
 | 
|      ]
 | 
| @@ -179,7 +179,7 @@ class ChangeInfoUnittest(GclTestsBase):
 | 
|      members = [
 | 
|        'CloseIssue', 'Delete', 'Exists', 'GetFiles', 'GetFileNames',
 | 
|        'GetLocalRoot', 'GetIssueDescription', 'Load', 'MissingTests',
 | 
| -      'NeedsUpload', 'PrimeLint', 'Save', 'SendToRietveld',
 | 
| +      'NeedsUpload', 'PrimeLint', 'RpcServer', 'Save', 'SendToRietveld',
 | 
|        'UpdateRietveldDescription',
 | 
|        'description', 'issue', 'name',
 | 
|        'needs_upload', 'patch', 'patchset', 'reviewers', 'rietveld',
 | 
| 
 |