Index: scripts/slave/recipes/android/appurify.py |
diff --git a/scripts/slave/recipes/android/appurify.py b/scripts/slave/recipes/android/appurify.py |
index b6e7c624396647f5360d3407de5fa8ecded80c5b..4f31766a90da8619f6f4888f35c4628d95eee33f 100644 |
--- a/scripts/slave/recipes/android/appurify.py |
+++ b/scripts/slave/recipes/android/appurify.py |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from infra.libs.infra_types import freeze |
+from recipe_engine.types import freeze |
from recipe_engine import recipe_api |
DEPS = [ |
@@ -13,7 +13,6 @@ DEPS = [ |
'chromium_android', |
'filter', |
'gclient', |
- 'itertools', |
'json', |
'path', |
'properties', |