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

Unified Diff: infra/bots/assets/asset_utils_test.py

Issue 2067133003: Add android_sdk asset (Closed) Base URL: https://skia.googlesource.com/skia.git@assets
Patch Set: Add create* scripts for android-sdk Created 4 years, 6 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 | « infra/bots/assets/asset_utils.py ('k') | infra/bots/download_asset.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/assets/asset_utils_test.py
diff --git a/infra/bots/assets/asset_utils_test.py b/infra/bots/assets/asset_utils_test.py
index edfc271f9e769e378d1173865f0daa7ee870842e..bac3a6576c364ce545dc05b06cdaa5956f3c0046 100644
--- a/infra/bots/assets/asset_utils_test.py
+++ b/infra/bots/assets/asset_utils_test.py
@@ -20,8 +20,7 @@ import uuid
FILE_DIR = os.path.dirname(os.path.abspath(__file__))
-INFRA_BOTS_DIR = os.path.realpath(os.path.join(
- FILE_DIR, os.pardir, 'infra', 'bots'))
+INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir))
sys.path.insert(0, INFRA_BOTS_DIR)
import test_utils
import utils
« no previous file with comments | « infra/bots/assets/asset_utils.py ('k') | infra/bots/download_asset.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698