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

Unified Diff: tools/testrunner/server/compression.py

Issue 11926015: tools/run-tests.py: Fixes for Windows (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 11 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/testrunner/local/testsuite.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testrunner/server/compression.py
diff --git a/tools/testrunner/server/compression.py b/tools/testrunner/server/compression.py
index ce90c4f5978139b0ec961919b688a56631ceed67..d5ed4159766ddbbb4a8f581759f2d98ae6728067 100644
--- a/tools/testrunner/server/compression.py
+++ b/tools/testrunner/server/compression.py
@@ -30,7 +30,6 @@ import cStringIO as StringIO
try:
import ujson as json
except ImportError:
- print("You should install UltraJSON, it is much faster!")
import json
import os
import struct
« no previous file with comments | « tools/testrunner/local/testsuite.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698