Index: content/test/gpu/page_sets/__init__.py |
diff --git a/content/test/gpu/page_sets/__init__.py b/content/test/gpu/page_sets/__init__.py |
deleted file mode 100644 |
index b4ddfbf193f4712c4034279f063c28a086bac01a..0000000000000000000000000000000000000000 |
--- a/content/test/gpu/page_sets/__init__.py |
+++ /dev/null |
@@ -1,10 +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. |
-import os |
-import sys |
- |
-from telemetry.core import discover |
-from telemetry.story import story_set |
- |
-from page_sets.gpu_process_tests import GpuProcessTestsStorySet |