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

4 lines
82 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')]