Chromium Code Reviews| Index: telemetry/telemetry/value/trace.py |
| diff --git a/telemetry/telemetry/value/trace.py b/telemetry/telemetry/value/trace.py |
| index 818e15d050fc076af3819d2636fa7bd5663d16ca..eef0e4c72c84813afdff4cc9126a4efcf5dfcea0 100644 |
| --- a/telemetry/telemetry/value/trace.py |
| +++ b/telemetry/telemetry/value/trace.py |
| @@ -2,12 +2,12 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +import StringIO |
|
petrcermak
2016/05/18 10:43:20
As far as I can tell, the sort order doesn't take
benjhayden
2016/05/18 18:23:33
cruft from an unrelated change.
|
| import datetime |
| import logging |
| import os |
| import random |
| import shutil |
| -import StringIO |
| import sys |
| import tempfile |