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

Unified Diff: vpython/api/vpython/env.proto

Issue 2927573002: [vpython] Fix PEP425 naming. (Closed)
Patch Set: rebase and update Created 3 years, 6 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 | « no previous file | vpython/api/vpython/env.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/api/vpython/env.proto
diff --git a/vpython/api/vpython/env.proto b/vpython/api/vpython/env.proto
index 5ad6c283a29e670a2a24acc940ba931d042123f3..544bfff781b136718fbf0bce81997d39f763759f 100644
--- a/vpython/api/vpython/env.proto
+++ b/vpython/api/vpython/env.proto
@@ -19,7 +19,7 @@ message Environment {
Runtime runtime = 2;
// The PEP425 tags that were probed for this Python environment.
- repeated vpython.Pep425Tag pep425_tag = 3;
+ repeated vpython.PEP425Tag pep425_tag = 3;
}
« no previous file with comments | « no previous file | vpython/api/vpython/env.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698