Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicant.py

    r7811 r7819  
    2626from zope.interface import verify, implements
    2727from zope.location.interfaces import ILocation
    28 from waeup.kofa.image.interfaces import IKOFAImageFile
     28from waeup.kofa.image.interfaces import IKofaImageFile
    2929from waeup.kofa.imagestorage import DefaultStorage
    3030from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser
     
    3838class FakeImageLocation(object):
    3939    implements(ILocation)
    40     adapts(IKOFAImageFile)
     40    adapts(IKofaImageFile)
    4141    def __init__(self, context):
    4242        pass
Note: See TracChangeset for help on using the changeset viewer.