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

Unified Diff: appengine/chromium_try_flakes/findit/findit.py

Issue 2438673004: [Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. (Closed)
Patch Set: Add a config flag to enable/disable updating monorail bug. 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/chromium_try_flakes/findit/findit.py
diff --git a/appengine/chromium_try_flakes/findit/findit.py b/appengine/chromium_try_flakes/findit/findit.py
index 8e5dab605d9cd1f171d9aee7e145e34223e5fe54..57b76f31bae2a50980c3e5274cf32bef22b2ac6f 100644
--- a/appengine/chromium_try_flakes/findit/findit.py
+++ b/appengine/chromium_try_flakes/findit/findit.py
@@ -6,7 +6,7 @@
import httplib2
-from endpoints import endpoints
+from endpoints_client import endpoints
from google.appengine.api import app_identity

Powered by Google App Engine
This is Rietveld 408576698