Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hand.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-25 22:50:50 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-25 22:50:50 (GMT)
commit175e179953134cbb6a1250ed2f0377571036f789 (patch)
treec5f912be39610509554ece31babb6513847fca35 /hand.py
parent4840bac8e96acc088f4f50e4525e5947f144c3ef (diff)
finetuning toolbar updates
Diffstat (limited to 'hand.py')
-rw-r--r--hand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hand.py b/hand.py
index 2086b84..bfe63f3 100644
--- a/hand.py
+++ b/hand.py
@@ -52,7 +52,7 @@ class Hand:
self.hand[i].spr.set_layer(CARDS)
else:
print 'No more cards in the deck.'
- return
+ return True
def find_empty_slot(self):
''' Is there an empty slot in the hand? '''