summaryrefslogtreecommitdiffstats
path: root/chromium/tools/cr/cr/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/cr/cr/__init__.py')
-rw-r--r--chromium/tools/cr/cr/__init__.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/tools/cr/cr/__init__.py b/chromium/tools/cr/cr/__init__.py
deleted file mode 100644
index 928e08bb790..00000000000
--- a/chromium/tools/cr/cr/__init__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2013 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.
-
-"""Chromium cr tool module.
-
-This is the root module of all the cr code.
-Commonly accessed elements, including all plugins, are promoted into this
-module.
-"""
-import sys
-
-from cr.config import Config
-from cr.loader import AutoExport
-import cr.plugin