| Index: appengine/findit/waterfall/flake/step_mapper.py
 | 
| diff --git a/appengine/findit/waterfall/flake/step_mapper.py b/appengine/findit/waterfall/flake/step_mapper.py
 | 
| index ec151af75f4a3980781749967d302183c637a9ca..646a7f09bd3ff330e3b66067799fd9201d01114a 100644
 | 
| --- a/appengine/findit/waterfall/flake/step_mapper.py
 | 
| +++ b/appengine/findit/waterfall/flake/step_mapper.py
 | 
| @@ -7,8 +7,8 @@ import os
 | 
|  
 | 
|  import logging
 | 
|  
 | 
| -from common import cache_decorator
 | 
|  from common.http_client_appengine import HttpClientAppengine as HttpClient
 | 
| +from lib import cache_decorator
 | 
|  from waterfall import buildbot
 | 
|  from waterfall import swarming_util
 | 
|  
 | 
| 
 |