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

Unified Diff: build/android/pylib/ports.py

Issue 132463007: Enable presubmit pylint in build/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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: build/android/pylib/ports.py
diff --git a/build/android/pylib/ports.py b/build/android/pylib/ports.py
index 74c84c1a0c57f2c8e2b9bac982f93cb3e2ac8b2b..8da07eab27c24369273e66e2b42c31788e6dbed1 100644
--- a/build/android/pylib/ports.py
+++ b/build/android/pylib/ports.py
@@ -13,8 +13,8 @@ import re
import socket
import traceback
-import cmd_helper
-import constants
+from . import cmd_helper
+from . import constants
# The following two methods are used to allocate the port source for various

Powered by Google App Engine
This is Rietveld 408576698