Ignore:
Timestamp:
29 Dec 2014, 06:52:30 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes made in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/contracts.py

    r12286 r12335  
    2828from ikobacustom.skeleton.interfaces import MessageFactory as _
    2929from ikobacustom.skeleton.customers.interfaces import (
    30     ISkeletonContract, ISkeletonContractEdit)
     30    ISkeletonContract, ISkeletonContractEdit, ISkeletonContractProcess)
    3131
    3232
     
    3636
    3737    grok.implements(
    38         ISkeletonContract, ISkeletonContractEdit, ICustomerNavigation)
     38        ISkeletonContractProcess,
     39        ISkeletonContract,
     40        ISkeletonContractEdit,
     41        ICustomerNavigation)
    3942
    4043    contract_category = 'sample'
Note: See TracChangeset for help on using the changeset viewer.