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$
|
||||
|
||||
"""
|
||||
Task Examples::
|
||||
|
||||
>>> from loops.task import Task
|
||||
>>> t = Task()
|
||||
>>> t.title
|
||||
u''
|
||||
>>>
|
||||
>>> from loops.task import Task
|
||||
>>> t = Task()
|
||||
>>> t.title
|
||||
u''
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue