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

Unified Diff: infra/tools/buildbot/__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/tools/bootstrap/get_appengine/__main__.py ('k') | run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/buildbot/__main__.py
diff --git a/infra/tools/buildbot/__main__.py b/infra/tools/buildbot/__main__.py
index f0151d4888b7f1ce65d769083b66b6b399fe25bb..fd9c2f25c390b96e293eb6f09ccc6d7917453d69 100755
--- a/infra/tools/buildbot/__main__.py
+++ b/infra/tools/buildbot/__main__.py
@@ -7,7 +7,7 @@ import argparse
import sys
import time
-from infra.ext import requests
+import requests
def get_builders(json_base):
« no previous file with comments | « infra/tools/bootstrap/get_appengine/__main__.py ('k') | run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698