Index: third_party/json_minify/__init__.py |
diff --git a/third_party/json_minify/__init__.py b/third_party/json_minify/__init__.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..45bce2039f75e0e19c37e73176cddb2ce20e4520 |
--- /dev/null |
+++ b/third_party/json_minify/__init__.py |
@@ -0,0 +1,5 @@ |
+# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+from minify_json import json_minify |