Index: tools/telemetry/telemetry/web_components/web_component_unittest.py |
diff --git a/tools/telemetry/telemetry/web_components/web_component_unittest.py b/tools/telemetry/telemetry/web_components/web_component_unittest.py |
index 7387adb1bf78b08337b7d9d908a8a2cc87963729..23e395a08b67ecbc1e2fb268935a9ee18ba18a48 100644 |
--- a/tools/telemetry/telemetry/web_components/web_component_unittest.py |
+++ b/tools/telemetry/telemetry/web_components/web_component_unittest.py |
@@ -2,11 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import unittest |
import StringIO |
+import unittest |
from telemetry.web_components import web_component |
+ |
class SimpleWebComponent(web_component.WebComponent): |
def __init__(self): |
super(SimpleWebComponent, self).__init__( |