Ignore:
Timestamp:
24 Dec 2014, 08:56:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Add comment to IProductOptionEntry.

File:
1 edited

Legend:

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

    r12306 r12310  
    211211        return value
    212212
     213# We have to keep the following two classes here. In products.interfaces they
     214# will cause circular imports.
    213215class IProductOptionEntry(Interface):
    214     """A school grade entry.
     216    """A product option entry.
     217
    215218    """
    216219    title = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.