Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: appengine/findit/waterfall/flake/step_mapper.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698