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

Unified Diff: build/android/pylib/instrumentation/apk_info.py

Issue 11825020: Fix Android import issue for apk_info.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/apk_info.py
diff --git a/build/android/pylib/instrumentation/apk_info.py b/build/android/pylib/instrumentation/apk_info.py
index fc7dcdfd9d05da67af4daddeb04c426b7e44c85b..5f5e0c879e99d3563f17ee7cf38350dd466afe7c 100644
--- a/build/android/pylib/instrumentation/apk_info.py
+++ b/build/android/pylib/instrumentation/apk_info.py
@@ -5,13 +5,13 @@
"""Gathers information about APKs."""
import collections
-import constants
import logging
import os
import pickle
import re
from pylib import cmd_helper
+from pylib import constants
# If you change the cached output of proguard, increment this number
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698