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

Unified Diff: appengine/components/components/config/validation.py

Issue 1946253003: swarming: refactor cipd input (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@default-isolate-server
Patch Set: rebased Created 4 years, 7 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 | appengine/swarming/cipd.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/config/validation.py
diff --git a/appengine/components/components/config/validation.py b/appengine/components/components/config/validation.py
index 639b1cc4cc19187e92d27d385d8b969b17143dd8..f08d3494fa3b9eac0cefa960427f9f3da4a60f55 100644
--- a/appengine/components/components/config/validation.py
+++ b/appengine/components/components/config/validation.py
@@ -39,6 +39,7 @@ from . import validation_context
__all__ = [
'Context',
+ 'Message',
'RuleSet',
'is_defined_for',
'is_valid',
@@ -50,6 +51,9 @@ __all__ = [
]
+Message = validation_context.Message
+
+
class Context(validation_context.Context):
"""A validation context with config metadata information."""
« no previous file with comments | « no previous file | appengine/swarming/cipd.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698