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

Unified Diff: tools/binary_size/run_binary_size_analysis.py

Issue 296003007: Added PRESUBMIT.py for binary_size tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@andrew_binary_size
Patch Set: Taking advantage of the unittest system. Created 6 years, 7 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: tools/binary_size/run_binary_size_analysis.py
diff --git a/tools/binary_size/run_binary_size_analysis.py b/tools/binary_size/run_binary_size_analysis.py
index 7647a22dcb69b351b429f0e6e35911dd39e1b8be..adde55c6aae73a0198f0bc230d9ae03c09b5ec8f 100755
--- a/tools/binary_size/run_binary_size_analysis.py
+++ b/tools/binary_size/run_binary_size_analysis.py
@@ -36,7 +36,7 @@ elf_symbolizer_path = os.path.abspath(os.path.join(
'android',
'pylib'))
sys.path.append(elf_symbolizer_path)
-import symbols.elf_symbolizer as elf_symbolizer
+import symbols.elf_symbolizer as elf_symbolizer # pylint: disable=F0401
Primiano Tucci (use gerrit) 2014/05/22 19:02:34 Nit: add extra space here before the "#" (PEP-8: I
# TODO(andrewhayden): Only used for legacy reports. Delete.

Powered by Google App Engine
This is Rietveld 408576698