diff options
Diffstat (limited to 'third_party/json_minify/__init__.py')
-rw-r--r-- | third_party/json_minify/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/json_minify/__init__.py b/third_party/json_minify/__init__.py deleted file mode 100644 index 45bce20..0000000 --- a/third_party/json_minify/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# 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 |