| 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 a831ee2b16383cb6dca76fbab2601c11f0e80ef9..1e149ae79cf8fca4d693d7b1413a17d80d9cb5bf 100644
|
| --- a/appengine/findit/waterfall/flake/step_mapper.py
|
| +++ b/appengine/findit/waterfall/flake/step_mapper.py
|
| @@ -9,7 +9,7 @@ import logging
|
|
|
| from common.http_client_appengine import HttpClientAppengine as HttpClient
|
| from gae_libs import caches
|
| -from lib import cache_decorator
|
| +from libs import cache_decorator
|
| from waterfall import buildbot
|
| from waterfall import swarming_util
|
|
|
|
|