Index: content/test/gpu/page_sets/pixel_tests.py |
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py |
index 3854df6f8636e645c56164dbe2da1fd246f9be17..0f7ae64b16add1ec115385971b47ba4bf0baf7b0 100644 |
--- a/content/test/gpu/page_sets/pixel_tests.py |
+++ b/content/test/gpu/page_sets/pixel_tests.py |
@@ -1,12 +1,14 @@ |
# Copyright 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. |
+ |
from telemetry.story import story_set as story_set_module |
import sys |
from gpu_tests import gpu_test_base |
+ |
class PixelTestsPage(gpu_test_base.PageBase): |
def __init__(self, url, name, test_rect, revision, story_set, |