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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Required for Python to search this directory for module files 1 # Required for Python to search this directory for module files
2 2
3 from webkitpy.tool.commands.applywatchlistlocal import ApplyWatchListLocal
4 from webkitpy.tool.commands.chromechannels import ChromeChannels
5 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand 3 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand
6 from webkitpy.tool.commands.download import * 4 from webkitpy.tool.commands.download import *
7 from webkitpy.tool.commands.flakytests import FlakyTests 5 from webkitpy.tool.commands.flakytests import FlakyTests
8 from webkitpy.tool.commands.gardenomatic import GardenOMatic 6 from webkitpy.tool.commands.gardenomatic import GardenOMatic
9 from webkitpy.tool.commands.prettydiff import PrettyDiff 7 from webkitpy.tool.commands.prettydiff import PrettyDiff
10 from webkitpy.tool.commands.queries import * 8 from webkitpy.tool.commands.queries import *
11 from webkitpy.tool.commands.rebaseline import Rebaseline 9 from webkitpy.tool.commands.rebaseline import Rebaseline
12 from webkitpy.tool.commands.rebaselineserver import RebaselineServer 10 from webkitpy.tool.commands.rebaselineserver import RebaselineServer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698