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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py

Issue 1846093002: Revert of Remove unused imports in webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py
index 0c76c9d28830137c144b159abf10239ed3e3c02d..261606dcd0ff87ffb1a652cca0f3c80b0b809db2 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/__init__.py
@@ -27,3 +27,5 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# FIXME: Is this the right way to do this?
+from webkitpy.tool.steps.confirmdiff import ConfirmDiff
+from webkitpy.tool.steps.options import Options

Powered by Google App Engine
This is Rietveld 408576698