sync with Atlas repo

This commit is contained in:
Luciano Ramalho
2014-11-19 17:10:02 -02:00
parent b3e36a2a41
commit 2f495627fb
12 changed files with 183 additions and 112 deletions

View File

@@ -17,7 +17,7 @@ class LotteryBlower(Tombola):
self._balls.extend(iterable)
self.randomizer.shuffle(self._balls) # <2>
def pop(self):
def pick(self):
return self._balls.pop() # <3>
def loaded(self): # <4>