Ignore:
Timestamp:
16 Jun 2014, 08:29:22 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove dependencies on kofacustom.nigeria.

Location:
main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni/payments/interfaces.py

    r10765 r11687  
    1818from zope.interface import Attribute
    1919from zope import schema
    20 from kofacustom.nigeria.payments.interfaces import INigeriaOnlinePayment
    21 from kofacustom.skeleton.interfaces import MessageFactory as _
     20from waeup.kofa.payments.interfaces import IOnlinePayment
     21from kofacustom.sampleuni.interfaces import MessageFactory as _
    2222
    23 class ICustomOnlinePayment(INigeriaOnlinePayment):
     23class ICustomOnlinePayment(IOnlinePayment):
    2424    """A payment via payment gateways.
    2525
Note: See TracChangeset for help on using the changeset viewer.