Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixed error in docstring.

This commit is contained in:
Einar Ryeng 2007-01-08 19:31:19 +00:00
parent 1371bc1b1a
commit 6f050d4f10
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def _workflow_classes(modname):
return workflow_classes return workflow_classes
def workflow_list(): def workflow_list():
"""Returns a ListStore containing all new workflows""" """Returns a list containing all new workflows"""
retval = [] retval = []
# List all .py files that can contain workflow classes # List all .py files that can contain workflow classes