Ignore:
Timestamp:
3 Jan 2015, 07:38:07 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace 'skeleton' by 'pcn'.

Location:
main/ikobacustom.pcn/trunk
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk

    • Property svn:global-ignores set to
      bin
      develop-eggs
      parts
      sources
      var
  • main/ikobacustom.pcn/trunk/src

    • Property svn:global-ignores set to
      ikobacustom.pcn.egg-info
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/interfaces.py

    r12335 r12371  
    2323    ConCatProductSource, CustomerDocumentSource)
    2424from waeup.ikoba.products.productoptions import ProductOptionField
    25 from ikobacustom.skeleton.interfaces import MessageFactory as _
     25from ikobacustom.pcn.interfaces import MessageFactory as _
    2626
    2727
    28 class ISkeletonCustomer(ICustomer):
     28class IPCNCustomer(ICustomer):
    2929    """Representation of a customer.
    3030
     
    3434
    3535
    36 class ISkeletonCustomerDocument(ICustomerDocument):
     36class IPCNCustomerDocument(ICustomerDocument):
    3737    """A customer document.
    3838
     
    4141# Customer contract interfaces
    4242
    43 class ISkeletonContract(IContract):
     43class IPCNContract(IContract):
    4444    """A customer contract sample with document attached.
    4545
     
    5252        )
    5353
    54 class ISkeletonContractProcess(ISkeletonContract):
     54class IPCNContractProcess(IPCNContract):
    5555    """Interface for processing contract data.
    5656    """
     
    6464        )
    6565
    66 class ISkeletonContractEdit(ISkeletonContract):
     66class IPCNContractEdit(IPCNContract):
    6767    """Interface for editing sample contract data by customers.
    6868
Note: See TracChangeset for help on using the changeset viewer.