From fccf7e1cb5d2c0810e9b3a4c2cfb7355debbf819 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Feb 2009 23:56:28 -0400 Subject: Fixes to the new Python/scope integration code. --- tools/sample.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/sample.py') diff --git a/tools/sample.py b/tools/sample.py index 2d226b12..d3bc9b18 100644 --- a/tools/sample.py +++ b/tools/sample.py @@ -1,5 +1,4 @@ import ledger def get_amount(item): - print "I found an amount:", item.amount() - return 123 + return item.amount() * 100 -- cgit v1.2.3