Changeset 3929 for waeup


Ignore:
Timestamp:
7 Feb 2009, 13:28:11 (16 years ago)
Author:
uli
Message:

Add facultites attribute in IUniversity interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r3927 r3929  
    11##
    22## interfaces.py
    3 from zope.interface import Interface
     3from zope.interface import Interface, Attribute
    44from zope import schema
    55
     
    1717        )
    1818
     19    faculties = Attribute("A container for faculties.")
     20   
    1921class IWAeUPContainer(IWAeUPObject):
    2022    """A container for WAeUP objects.
Note: See TracChangeset for help on using the changeset viewer.