work in progress: unit and doc tests (README.txt) set up

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@665 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2005-11-08 21:42:34 +00:00
parent d574908e21
commit 0b57666153

View file

@ -1,12 +1,9 @@
# $Id$ # $Id$
"""
Task Examples:: Task Examples::
>>> from loops.task import Task >>> from loops.task import Task
>>> t = Task() >>> t = Task()
>>> t.title >>> t.title
u'' u''
>>>
"""