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

Unified Diff: recipe_modules/properties/example.py

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto 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 | « recipe_modules/properties/api.py ('k') | recipe_modules/python/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/properties/example.py
diff --git a/recipe_modules/properties/example.py b/recipe_modules/properties/example.py
index b2e81c9ab043647356624145361dbd3a01fe29bb..45ab5ebf368793a7c0212bc60776949563fca0b6 100644
--- a/recipe_modules/properties/example.py
+++ b/recipe_modules/properties/example.py
@@ -2,10 +2,12 @@
# 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 thaw
from recipe_engine.recipe_api import Property
-DEPS = ['properties', 'step']
+DEPS = [
+ 'recipe_engine/properties',
+ 'recipe_engine/step',
+]
PROPERTIES = {
'test_prop': Property(),
@@ -27,4 +29,3 @@ def GenTests(api):
api.test('exception') +
api.expect_exception('ValueError')
)
-
« no previous file with comments | « recipe_modules/properties/api.py ('k') | recipe_modules/python/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698