Ignore:
Timestamp:
27 Feb 2014, 06:25:18 (11 years ago)
Author:
Henrik Bettermann
Message:

Move ContextualDictSourceFactoryBase? to waeup.kofa.interfaces to avoid circular imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/vocabularies.py

    r10673 r11450  
    2222from zope.catalog.interfaces import ICatalog
    2323from zc.sourcefactory.contextual import BasicContextualSourceFactory
    24 from waeup.kofa.interfaces import SimpleKofaVocabulary
     24from waeup.kofa.interfaces import (
     25    SimpleKofaVocabulary, ContextualDictSourceFactoryBase)
    2526from waeup.kofa.interfaces import MessageFactory as _
    26 from waeup.kofa.university.vocabularies import ContextualDictSourceFactoryBase
    2727
    2828NOT_OCCUPIED = u'not occupied'
Note: See TracChangeset for help on using the changeset viewer.