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

Unified Diff: Tools/Scripts/webkitpy/tool/commands/__init__.py

Issue 17639006: Remove committer list, bugzilla, watchlist code and transitive closure of stuff. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge on top of thakis' change in r153020 Created 7 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: Tools/Scripts/webkitpy/tool/commands/__init__.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/__init__.py b/Tools/Scripts/webkitpy/tool/commands/__init__.py
index a0e445f895da8138b3c2cc137c2b416b0a61b388..39f15361a1b25ce79c82a8e60222a5469917e248 100644
--- a/Tools/Scripts/webkitpy/tool/commands/__init__.py
+++ b/Tools/Scripts/webkitpy/tool/commands/__init__.py
@@ -1,7 +1,5 @@
# Required for Python to search this directory for module files
-from webkitpy.tool.commands.applywatchlistlocal import ApplyWatchListLocal
-from webkitpy.tool.commands.chromechannels import ChromeChannels
from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand
from webkitpy.tool.commands.download import *
from webkitpy.tool.commands.flakytests import FlakyTests

Powered by Google App Engine
This is Rietveld 408576698