- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/courserefs.txt
r6737 r7811 16 16 As correct deletion of referrer needs support of catalogs (we lookup 17 17 catalogs to find referrers), we need a fully blown ZODB here, 18 including an instance of :class:`waeup. sirp.app.University`, as this is our18 including an instance of :class:`waeup.kofa.app.University`, as this is our 19 19 `ISite` object where the catalogs are stored. 20 20 … … 23 23 and course certificates: 24 24 25 >>> from waeup. sirp.app import University25 >>> from waeup.kofa.app import University 26 26 >>> root = getRootFolder() 27 27 >>> root['app'] = University()
Note: See TracChangeset for help on using the changeset viewer.