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

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

Issue 2578213005: Use underscores to separate words in filenames in webkitpy. (Closed)
Patch Set: Fix check for attribute in output_capture.py. Created 4 years 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/commands/queries.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
index 29832958eb527153292b9f9d4551114ec215a85a..7b7fc87c73e70c64ed84d6f2f1d09948d050cd92 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py
@@ -33,7 +33,7 @@ import re
from optparse import make_option
-from webkitpy.common.system.crashlogs import CrashLogs
+from webkitpy.common.system.crash_logs import CrashLogs
from webkitpy.tool.commands.command import Command
from webkitpy.layout_tests.models.test_expectations import TestExpectations
from webkitpy.layout_tests.port.factory import platform_options

Powered by Google App Engine
This is Rietveld 408576698