Show
Ignore:
Timestamp:
08/15/05 22:16:04 (6 years ago)
Author:
mj
Message:

Split out containment and enumeration of keys; some key sources may not support enumeration (LDAP-sourced principals for example).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/chronolog/keys/simpledomain.py

    r29 r30  
    2525from zope.app.dublincore.interfaces import IZopeDublinCore 
    2626 
    27 from chronolog.interfaces import ITimeLogKeyDomain 
     27from chronolog.interfaces import ITimeLogEnumerableKeyDomain 
    2828from chronolog.interfaces import ITimeLogKey 
    2929 
     
    8282    """ 
    8383     
    84     implements(ITimeLogKeyDomain, IContainerTimeLogKeyDomain, IRegisterable, 
    85                IAttributeAnnotatable) 
     84    implements(ITimeLogEnumerableKeyDomain, IContainerTimeLogKeyDomain,  
     85               IRegisterable, IAttributeAnnotatable) 
    8686     
    8787    def getId(self):