Changeset 12310 for main/waeup.ikoba/trunk/src/waeup
- Timestamp:
- 24 Dec 2014, 08:56:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/interfaces.py
r12306 r12310 211 211 return value 212 212 213 # We have to keep the following two classes here. In products.interfaces they 214 # will cause circular imports. 213 215 class IProductOptionEntry(Interface): 214 """A school grade entry. 216 """A product option entry. 217 215 218 """ 216 219 title = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.