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

Unified Diff: build/android/devil/android/device_temp_file_test.py

Issue 1390613002: Revert of [Android] Add a configurable environment for devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/devil/android/battery_utils_test.py ('k') | build/android/devil/android/device_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/android/device_temp_file_test.py
diff --git a/build/android/devil/android/device_temp_file_test.py b/build/android/devil/android/device_temp_file_test.py
index 6ba70895c5ca82f4c1de076b440eeb57de6a1ad0..76f9cc8ec0179984831eff7fd3028299487fc3e3 100755
--- a/build/android/devil/android/device_temp_file_test.py
+++ b/build/android/devil/android/device_temp_file_test.py
@@ -8,16 +8,18 @@
"""
import logging
+import os
import sys
import unittest
-from devil import devil_env
from devil.android import device_errors
from devil.android import device_temp_file
from devil.android.sdk import adb_wrapper
from devil.utils import mock_calls
+from pylib import constants
-sys.path.append(devil_env.config.pymock_path)
+sys.path.append(os.path.join(
+ constants.DIR_SOURCE_ROOT, 'third_party', 'pymock'))
import mock # pylint: disable=F0401
class DeviceTempFileTest(mock_calls.TestCase):
« no previous file with comments | « build/android/devil/android/battery_utils_test.py ('k') | build/android/devil/android/device_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698