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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py

Issue 2069863002: Add a webkit-patch command which gets a list of relevant try jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix import in multicommandtool_unittest Created 4 years, 6 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py
index 7a7be1141463f40f5721dbeb4de8ab0cc279b0da..82f156e44900abede44b9a0b03fe25e75fbcabce 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool_unittest.py
@@ -32,7 +32,7 @@ from optparse import make_option
from webkitpy.common.system.outputcapture import OutputCapture
from webkitpy.tool.multicommandtool import MultiCommandTool, TryAgain
-from webkitpy.tool.commands import Command
+from webkitpy.tool.commands.command import Command
class TrivialCommand(Command):

Powered by Google App Engine
This is Rietveld 408576698