Changeset 3918 for waeup/branches/ulif-rewrite
- Timestamp:
- 6 Feb 2009, 23:12:45 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3911 r3918 41 41 """A container for faculties. 42 42 """ 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 43 51 class IWAeUPExporter(Interface): 44 52 """An exporter for objects.
Note: See TracChangeset for help on using the changeset viewer.