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

4 lines
96 B
Python
Raw Normal View History

2009-06-29 14:06:01 +02:00
from appy.pod.test.contexts import Person
persons = [Person('P1'), Person('P2'), Person('P3')]