Index: tracing/third_party/tvcm/tvcm/__init__.py |
diff --git a/tracing/third_party/tvcm/tvcm/__init__.py b/tracing/third_party/tvcm/tvcm/__init__.py |
deleted file mode 100644 |
index d287476cfa171ca06a52ad786721e86b720cfa85..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/tvcm/__init__.py |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-# Copyright (c) 2014 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. |
- |
-"""Trace-viewer component model. |
- |
-This module implements trace-viewer's component model. |
-""" |
- |
-from tvcm.generate import * # pylint: disable=wildcard-import |
-from tvcm.project import Project |