Changeset 22 for trunk

Show
Ignore:
Timestamp:
08/12/05 22:22:41 (6 years ago)
Author:
mj
Message:

Style: move all interfaces to the class itself, except for the container/contained relationship definition.

Files:
1 modified

Legend:

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

    r21 r22  
    2727 
    2828 
    29 class ILocalTimeLogKeyDomain(ITimeLogKeyDomain, IContainer, IRegisterable): 
    30     """A persistent domain as local utility""" 
     29class IContainerTimeLogKeyDomain(IContainer): 
     30    """A container key domain""" 
    3131     
    3232    contains(ITimeLogKey) 
     
    3636    """Persistent local utility domain""" 
    3737     
    38     implements(ILocalTimeLogKeyDomain) 
     38    implements(ITimeLogKeyDomain, ILocalTimeLogKeyDomain, IRegisterable) 
    3939     
    4040    def getId(self):