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

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

Issue 153743008: Revert of Enable presubmit pylint in build/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with changes to pylib/linker/test_case.py. Created 6 years, 10 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 | « build/android/pylib/pexpect.py ('k') | build/android/pylib/screenshot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/ports.py
diff --git a/build/android/pylib/ports.py b/build/android/pylib/ports.py
index bae4d5ca8d10f6a47445f2d0aa1477d7962cf2de..74c84c1a0c57f2c8e2b9bac982f93cb3e2ac8b2b 100644
--- a/build/android/pylib/ports.py
+++ b/build/android/pylib/ports.py
@@ -13,8 +13,8 @@ import re
import socket
import traceback
-from pylib import cmd_helper
-from pylib import constants
+import cmd_helper
+import constants
# The following two methods are used to allocate the port source for various
« no previous file with comments | « build/android/pylib/pexpect.py ('k') | build/android/pylib/screenshot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698