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:
helmutm 2008-02-21 08:32:14 +00:00
parent 5ef3b213dd
commit 4f4f71aee4

View file

@ -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
# 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.
"""