Index: recipe_modules/python/example.py |
diff --git a/recipe_modules/python/example.py b/recipe_modules/python/example.py |
index 1ae90f8bc3833b61f60179f481287ac632b6361e..4e35c8a9d9352b9d34211c8400bafb5f05adc4b0 100644 |
--- a/recipe_modules/python/example.py |
+++ b/recipe_modules/python/example.py |
@@ -28,6 +28,8 @@ def RunSteps(api): |
'json.tool', api.raw_io.input('{"something":[true,true]}'), |
], unbuffered=False) |
+ api.python.inline('inline', 'print "Hello World!"') |
+ |
def GenTests(api): |
yield api.test('basic') |