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

Unified Diff: infra/services/lkgr_finder/__main__.py

Issue 381043002: Add a virtualenv-based python bootstrapping service to infra. (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Address comments, add warning while building on Ubuntu Created 6 years, 5 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
« no previous file with comments | « infra/ext/__init__.py ('k') | infra/tools/bootstrap/get_appengine/__main__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/lkgr_finder/__main__.py
diff --git a/infra/services/lkgr_finder/__main__.py b/infra/services/lkgr_finder/__main__.py
index 05491c8ec869fcc1ba3deea836b87eb042e9a146..fc0f93bcf1d101ea182689e0def5e8a36bd46cde 100755
--- a/infra/services/lkgr_finder/__main__.py
+++ b/infra/services/lkgr_finder/__main__.py
@@ -66,9 +66,9 @@ import threading
import urllib
import xml.etree.ElementTree as xml
-from infra.libs import git
+import requests
-from infra.ext import requests
+from infra.libs import git
LOGGER = logging.getLogger(__name__)
« no previous file with comments | « infra/ext/__init__.py ('k') | infra/tools/bootstrap/get_appengine/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698