Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

Location:
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/mandates/interfaces.py

    r8910 r11949  
    1818from zope.interface import Attribute
    1919from zope import schema
    20 from waeup.kofa.interfaces import IKofaObject
     20from waeup.ikoba.interfaces import IIkobaObject
    2121
    22 class IMandatesContainer(IKofaObject):
     22class IMandatesContainer(IIkobaObject):
    2323    """A container for all kind of mandate objects.
    2424
     
    3434        """
    3535
    36 class IMandate(IKofaObject):
     36class IMandate(IIkobaObject):
    3737    """A representation of all mandates.
    3838
Note: See TracChangeset for help on using the changeset viewer.