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

Unified Diff: appengine/findit/waterfall/send_notification_for_culprit_pipeline.py

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/send_notification_for_culprit_pipeline.py
diff --git a/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py b/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
index e9298d5624b2245e7b60fc4f88e0779e1f79a003..fbf29e876ada10a1b6d9e501b430a16bc996b145 100644
--- a/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
+++ b/appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
@@ -10,7 +10,7 @@ from google.appengine.ext import ndb
from common.http_client_appengine import HttpClientAppengine as HttpClient
from common.pipeline_wrapper import BasePipeline
-from common.rietveld import Rietveld
+from infra_clients.codereview.rietveld import Rietveld
from lib import time_util
from lib.gitiles.gitiles_repository import GitilesRepository
from model import analysis_status as status

Powered by Google App Engine
This is Rietveld 408576698