Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/topeka.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py
diff --git a/tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py b/tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py
index a617d863262c3be2288051e2bac516aca5105907..8932d18e834cefe137e89a888d917189fcd1f70f 100755
--- a/tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py
+++ b/tools/perf/page_sets/tough_scheduling_cases/second_batch_js_generator.py
@@ -6,8 +6,8 @@
from __future__ import print_function
import argparse
-import StringIO
import random
+import StringIO
import sys
import zlib
« no previous file with comments | « tools/perf/page_sets/topeka.py ('k') | tools/perf/page_sets/tough_webgl_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698