Changeset 6147


Ignore:
Timestamp:
19 May 2011, 13:54:35 (13 years ago)
Author:
uli
Message:
  • Get rid of BBB import (that means any other occurences of zope.app.catalog BBB imports can be removed as well - the whole thing won't work with outdated Grok versions with this BBB removal.)
File:
1 edited

Legend:

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

    r6143 r6147  
    22## interfaces.py
    33from zc.sourcefactory.basic import BasicSourceFactory
     4from zope import schema
     5from zope.catalog.interfaces import ICatalog
    46from zope.component import getUtility
    57from zope.component.interfaces import IObjectEvent
    6 try:
    7     from zope.catalog.interfaces import ICatalog
    8 except ImportError:
    9     # BBB
    10     from zope.app.catalog.interfaces import ICatalog
    118from zope.interface import Interface, Attribute, implements
    12 from zope import schema
    139from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm
    1410
Note: See TracChangeset for help on using the changeset viewer.