mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
-Fix all the Tools/Scripts paths to use tools. -Fix imports of deleted modules. -Delete SVN module TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/639883003
6 lines
224 B
Python
6 lines
224 B
Python
# Required for Python to search this directory for module files
|
|
|
|
from webkitpy.tool.commands.prettydiff import PrettyDiff
|
|
from webkitpy.tool.commands.queries import *
|
|
from webkitpy.tool.commands.rebaseline import Rebaseline
|