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

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