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:
parent
d574908e21
commit
0b57666153
1 changed files with 4 additions and 7 deletions
11
README.txt
11
README.txt
|
@ -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''
|
||||||
>>>
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue