Index: recipe_modules/json/__init__.py |
diff --git a/recipe_modules/json/__init__.py b/recipe_modules/json/__init__.py |
index db0347c5f692eb48339ce9c9fd69b117159e6b85..2fde9b16a6982dd8acb3e14ec8309ea38d9cb528 100644 |
--- a/recipe_modules/json/__init__.py |
+++ b/recipe_modules/json/__init__.py |
@@ -1,9 +1,9 @@ |
+# Copyright 2017 The LUCI Authors. All rights reserved. |
+# Use of this source code is governed under the Apache License, Version 2.0 |
+# that can be found in the LICENSE file. |
+ |
DEPS = [ |
'properties', |
'python', |
'raw_io' |
] |
- |
- |
-# TODO(phajdan.jr): provide coverage (http://crbug.com/693058). |
-DISABLE_STRICT_COVERAGE = True |