summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Scripts/webkitpy/tool/commands/__init__.py
blob: 9bdec8f597e17636344a8183b103a150bf8c9de3 (plain)
1
2
3
4
5
# Required for Python to search this directory for module files

from webkitpy.tool.commands.prettydiff import PrettyDiff
from webkitpy.tool.commands.rebaseline import Rebaseline
# FIXME: Add the rest of the commands here.