| Index: presubmit_support.py | 
| diff --git a/presubmit_support.py b/presubmit_support.py | 
| index 0989fd1662ffea28b6bd09b4c9798711995ea4b4..513e22ab821ba342a0a4c2015e7f1a37e762c2fd 100755 | 
| --- a/presubmit_support.py | 
| +++ b/presubmit_support.py | 
| @@ -1237,7 +1237,7 @@ def Main(argv): | 
| logging.info('Found %d file(s).' % len(files)) | 
| rietveld_obj = None | 
| if options.rietveld_url: | 
| -    rietveld_obj = rietveld.Rietveld( | 
| +    rietveld_obj = rietveld.CachingRietveld( | 
| options.rietveld_url, | 
| options.rietveld_email, | 
| options.rietveld_password) | 
|  |