diff -r 9fd31955cc49 -r ec06d3ee73e4 app/soc/logic/lists.py --- a/app/soc/logic/lists.py Sun Feb 22 10:55:24 2009 +0000 +++ b/app/soc/logic/lists.py Sun Feb 22 11:17:46 2009 +0000 @@ -108,6 +108,12 @@ return self.get('row') + def empty(self): + """Returns true iff there are no lists + """ + + return not self._lists + def lists(self): """Returns a list of numbers the size of the amount of lists.