Changeset 6557 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 24 Jul 2011, 11:56:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py
r6504 r6557 2 2 """ 3 3 from zc.sourcefactory.basic import BasicSourceFactory 4 try: 5 from zope.catalog.interfaces import ICatalog 6 except ImportError: 7 # BBB 8 from zope.app.catalog.interfaces import ICatalog 4 from zope.catalog.interfaces import ICatalog 9 5 from zope.component import getUtility 10 6 from waeup.sirp.interfaces import SimpleWAeUPVocabulary
Note: See TracChangeset for help on using the changeset viewer.