Changeset 3929
- Timestamp:
- 7 Feb 2009, 13:28:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3927 r3929 1 1 ## 2 2 ## interfaces.py 3 from zope.interface import Interface 3 from zope.interface import Interface, Attribute 4 4 from zope import schema 5 5 … … 17 17 ) 18 18 19 faculties = Attribute("A container for faculties.") 20 19 21 class IWAeUPContainer(IWAeUPObject): 20 22 """A container for WAeUP objects.
Note: See TracChangeset for help on using the changeset viewer.