Changeset 3549 for WAeUP_SRP/base
- Timestamp:
- 1 Jul 2008, 08:12:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPImport.py
r3548 r3549 572 572 msg = '' 573 573 if getattr(self,'_v_faculties',None) is None: 574 res = self.portal_catalog(portal_type = " Department")574 res = self.portal_catalog(portal_type = "Faculty") 575 575 self._v_faculties = {} 576 576 for f in res:
Note: See TracChangeset for help on using the changeset viewer.