minor fixes on interface and attribute declarations

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2808 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-08-13 17:37:06 +00:00
parent 6436f3f401
commit 3eafcd73d2
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ class ITask(IConceptSchema, ITask):
# 'allocated' predicate
class IAllocated(Interface):
class IAllocated(IConceptSchema):
allocType = schema.Choice(
title=_(u'Allocation Type'),

View file

@ -40,5 +40,5 @@ class Task(AdapterBase):
implements(ITask)
_adapterAttributes = ('context', '__parent__',)
_contextAttributes = list(ITask) + list(IConcept)
_contextAttributes = list(ITask) # + list(IConcept)