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

Side by Side Diff: Tools/Scripts/webkitpy/tool/commands/__init__.py

Issue 27055003: Remove a bunch of unused webkitpy code from tool/, common/checkout/ and common/config/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 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.commitannouncer import CommitAnnouncerCommand 3 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand
4 from webkitpy.tool.commands.download import *
5 from webkitpy.tool.commands.flakytests import FlakyTests 4 from webkitpy.tool.commands.flakytests import FlakyTests
6 from webkitpy.tool.commands.gardenomatic import GardenOMatic 5 from webkitpy.tool.commands.gardenomatic import GardenOMatic
7 from webkitpy.tool.commands.prettydiff import PrettyDiff 6 from webkitpy.tool.commands.prettydiff import PrettyDiff
8 from webkitpy.tool.commands.queries import * 7 from webkitpy.tool.commands.queries import *
9 from webkitpy.tool.commands.rebaseline import Rebaseline 8 from webkitpy.tool.commands.rebaseline import Rebaseline
10 from webkitpy.tool.commands.rebaselineserver import RebaselineServer 9 from webkitpy.tool.commands.rebaselineserver import RebaselineServer
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/common/net/credentials_unittest.py ('k') | Tools/Scripts/webkitpy/tool/commands/commitannouncer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698