Ignore:
Timestamp:
30 Nov 2014, 20:49:22 (10 years ago)
Author:
Henrik Bettermann
Message:

The term 'application' should really not be used in Python-based portal software.

Replace 'application' by 'contract': batch 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/app.py

    r12091 r12097  
    7676
    7777    @property
    78     def unique_application_id(self):
    79         """A unique application id for all application objects in customers.
     78    def unique_contract_id(self):
     79        """A unique contract id for all contract objects in customers.
    8080
    81         The application id returned is guaranteed to be unique.
     81        The contract id returned is guaranteed to be unique.
    8282
    83         Once a application id was issued, it won't be issued again.
     83        Once a contract id was issued, it won't be issued again.
    8484
    85         Obtaining an application id is currently not thread-safe but can be
     85        Obtaining an contract id is currently not thread-safe but can be
    8686        made easily by enabling commented lines.
    8787        """
Note: See TracChangeset for help on using the changeset viewer.