summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-python/shopping-cart.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/test/store-python/shopping-cart.py')
-rw-r--r--sca-cpp/trunk/test/store-python/shopping-cart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/test/store-python/shopping-cart.py b/sca-cpp/trunk/test/store-python/shopping-cart.py
index 988fe7bea6..2cb6da140a 100644
--- a/sca-cpp/trunk/test/store-python/shopping-cart.py
+++ b/sca-cpp/trunk/test/store-python/shopping-cart.py
@@ -56,7 +56,7 @@ def get(id, cache):
def delete(id, cache):
if id == ():
return cache("delete", (cartId,))
- return true
+ return True
# Return the price of an item
def price(item):