appypod-rattail/pod/test/contexts/PersonsEight.py

5 lines
177 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
from appy.pod.test.contexts import Person
persons = [Person('P1'), Person('P2'), Person('P3'), Person('P4'),
Person('P5'), Person('P6'), Person('P7'), Person('P8')]