Changeset 6557 for main/waeup.sirp


Ignore:
Timestamp:
24 Jul 2011, 11:56:03 (13 years ago)
Author:
uli
Message:

Remove BBB import.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/vocabularies.py

    r6504 r6557  
    22"""
    33from 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
     4from zope.catalog.interfaces import ICatalog
    95from zope.component import getUtility
    106from waeup.sirp.interfaces import SimpleWAeUPVocabulary
Note: See TracChangeset for help on using the changeset viewer.