sync to Atlas repo

This commit is contained in:
Luciano Ramalho
2014-12-06 15:38:22 -02:00
parent 2f495627fb
commit b38e6fc5f2
7 changed files with 72 additions and 43 deletions

View File

@@ -16,6 +16,4 @@ class TomboList(list): # <2>
def loaded(self): return bool(self) # <6>
"""
Tombola.register(TomboList) # <- Python 3.2 or earlier
"""
# Tombola.register(TomboList) # <- Python 3.2 or earlier