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

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

Issue 2927573002: [vpython] Fix PEP425 naming. (Closed)
Patch Set: 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
Index: vpython/api/vpython/spec.proto
diff --git a/vpython/api/vpython/spec.proto b/vpython/api/vpython/spec.proto
index ae1b1ac8e94a42b5051071f96d8eba04b7d50138..ab867e20abdf8934af070fe1b7701fd5e4da0e20 100644
--- a/vpython/api/vpython/spec.proto
+++ b/vpython/api/vpython/spec.proto
@@ -53,5 +53,5 @@ message Spec {
// environment parameters. However, a given specification may offer its own
// set of PEP425 tags representing the systems that it wants to be verified
// against.
- repeated vpython.Pep425Tag verify_pep425_tag = 4;
+ repeated vpython.PEP425Tag verify_pep425_tag = 4;
}

Powered by Google App Engine
This is Rietveld 408576698