Changeset 3918 for waeup/branches


Ignore:
Timestamp:
6 Feb 2009, 23:12:45 (16 years ago)
Author:
uli
Message:

Update interface.

File:
1 edited

Legend:

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

    r3911 r3918  
    4141    """A container for faculties.
    4242    """
     43    def getId(faculty):
     44        """Get a unique id for a faculty.
     45        """
     46
     47    def addFaculty(faculty):
     48        """Add an IFactulty object.
     49        """
     50   
    4351class IWAeUPExporter(Interface):
    4452    """An exporter for objects.
Note: See TracChangeset for help on using the changeset viewer.