No description
![]() git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@667 fd906abe-77d9-0310-91a1-e0d9ade77398 |
||
---|---|---|
browser | ||
__init__.py | ||
configure.zcml | ||
interfaces.py | ||
README.txt | ||
relation.py | ||
resource.py | ||
task.py | ||
test_resource.py | ||
test_task.py | ||
tests.py |
# $Id$ Task Examples:: >>> from loops.task import Task >>> t1 = Task() >>> t1.title u'' >>> t2 = Task(u't2', u'Second Task') >>> t2.title u'Second Task'