Changeset 4976 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 1 Feb 2010, 17:48:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/facultycontainer.py
r4920 r4976 36 36 description = u"This factory instantiates new faculty containers." 37 37 38 def __call__(self ):39 return FacultyContainer( )38 def __call__(self, *args, **kw): 39 return FacultyContainer(*args, **kw) 40 40 41 41 def getInterfaces(self):
Note: See TracChangeset for help on using the changeset viewer.