Changeset 7819 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests
- Timestamp:
- 8 Mar 2012, 22:28:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicant.py
r7811 r7819 26 26 from zope.interface import verify, implements 27 27 from zope.location.interfaces import ILocation 28 from waeup.kofa.image.interfaces import IK OFAImageFile28 from waeup.kofa.image.interfaces import IKofaImageFile 29 29 from waeup.kofa.imagestorage import DefaultStorage 30 30 from waeup.kofa.interfaces import IFileStoreHandler, IFileStoreNameChooser … … 38 38 class FakeImageLocation(object): 39 39 implements(ILocation) 40 adapts(IK OFAImageFile)40 adapts(IKofaImageFile) 41 41 def __init__(self, context): 42 42 pass
Note: See TracChangeset for help on using the changeset viewer.