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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 2987333002: Refactor all gRPC proxy code into a single class. (Closed)
Patch Set: Fix pylint errors Created 3 years, 4 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 | « appengine/swarming/doc/Magic-Values.md ('k') | appengine/swarming/swarming_bot/bot_code/remote_client.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index 090adc1b908d72e9c6337c704d595864846cf7d8..97068014de327cc93072bf3251df9aaee2c1e702 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -324,6 +324,7 @@ FILES = (
'utils/cacert.pem',
'utils/file_path.py',
'utils/fs.py',
+ 'utils/grpc_proxy.py',
'utils/large.py',
'utils/logging_utils.py',
'utils/lru.py',
« no previous file with comments | « appengine/swarming/doc/Magic-Values.md ('k') | appengine/swarming/swarming_bot/bot_code/remote_client.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698