fix ITask interface
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2412 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
5ef3b213dd
commit
4f4f71aee4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 Helmut Merz helmutm@cy55.de
|
# Copyright (c) 2008 Helmut Merz helmutm@cy55.de
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -43,7 +43,7 @@ class IPerson(IBasePerson, IKnowing):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class ITask(IBaseTask, IRequirementProfile):
|
class ITask(IConceptSchema, IBaseTask, IRequirementProfile):
|
||||||
""" A task, also acting as a knowledge requirement profile.
|
""" A task, also acting as a knowledge requirement profile.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue