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

Unified Diff: build/android/pylib/utils/emulator.py

Issue 1315743004: [Android] Add a custom pylintrc for build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix appurify_sanitized import-errors Created 5 years, 3 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/uirobot/uirobot_test_instance.py ('k') | build/android/pylib/utils/findbugs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/utils/emulator.py
diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py
index 162bcb8aaa1b8db873fc3da8ad7c56c78db41110..05fb9cfd64579d3cadb8604d0dc53c8bfbe0e3d6 100644
--- a/build/android/pylib/utils/emulator.py
+++ b/build/android/pylib/utils/emulator.py
@@ -22,9 +22,6 @@ from pylib import constants
from pylib import pexpect
from pylib.utils import time_profile
-import errors
-import run_command
-
# SD card size
SDCARD_SIZE = '512M'
@@ -116,7 +113,7 @@ def DeleteAllTempAVDs():
if 'run_tests_avd' in avd_name:
cmd = ['android', '-s', 'delete', 'avd', '--name', avd_name]
cmd_helper.RunCmd(cmd)
- logging.info('Delete AVD %s' % avd_name)
+ logging.info('Delete AVD %s', avd_name)
class PortPool(object):
« no previous file with comments | « build/android/pylib/uirobot/uirobot_test_instance.py ('k') | build/android/pylib/utils/findbugs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698