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

Unified Diff: sky/tools/webkitpy/tool/commands/__init__.py

Issue 639883003: Get test_webkitpy to actually run again. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 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 | « sky/tools/webkitpy/test/runner.py ('k') | sky/tools/webkitpy/tool/commands/commitannouncer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/tool/commands/__init__.py
diff --git a/sky/tools/webkitpy/tool/commands/__init__.py b/sky/tools/webkitpy/tool/commands/__init__.py
index 703458f62dfee2c9f6993bc795b7c6292fe3810d..705c9f9377f58874df215bc59198a58737356ae2 100644
--- a/sky/tools/webkitpy/tool/commands/__init__.py
+++ b/sky/tools/webkitpy/tool/commands/__init__.py
@@ -1,8 +1,5 @@
# Required for Python to search this directory for module files
-from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand
-from webkitpy.tool.commands.flakytests import FlakyTests
from webkitpy.tool.commands.prettydiff import PrettyDiff
from webkitpy.tool.commands.queries import *
from webkitpy.tool.commands.rebaseline import Rebaseline
-from webkitpy.tool.commands.rebaselineserver import RebaselineServer
« no previous file with comments | « sky/tools/webkitpy/test/runner.py ('k') | sky/tools/webkitpy/tool/commands/commitannouncer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698