Changeset 5479 for main/waeup.sirp


Ignore:
Timestamp:
24 Aug 2010, 03:51:44 (14 years ago)
Author:
uli
Message:
  • Fix missing import.
  • Fix typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/jambtables/applicants.py

    r5420 r5479  
    2222import grok
    2323from zope.component.interfaces import IFactory
     24from zope.interface import implementedBy
    2425from zope.schema.fieldproperty import FieldProperty
    2526from waeup.sirp.interfaces import IWAeUPSIRPPluggable
     
    116117
    117118    def getInterfaces(self):
    118         return implementedBy(Appliant)
     119        return implementedBy(Applicant)
    119120
    120121       
Note: See TracChangeset for help on using the changeset viewer.