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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py

Issue 1950773002: Empty webkitpy/tool/steps/__init__.py; update imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py
index 66a06a69eab02a149aa7733a515cbcb48178aa0f..4d41282094f2b1971403e8988977da7b32d2bc22 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/prettydiff.py
@@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
-from webkitpy.tool import steps
+from webkitpy.tool.steps.confirmdiff import ConfirmDiff
class PrettyDiff(AbstractSequencedCommand):
@@ -35,5 +35,5 @@ class PrettyDiff(AbstractSequencedCommand):
help_text = "Shows the pretty diff in the default browser"
show_in_main_help = True
steps = [
- steps.ConfirmDiff,
+ ConfirmDiff,
]
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698