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/payments/interfaces.py

    r10914 r11450  
    1818from zope.interface import Attribute
    1919from zope import schema
    20 from waeup.kofa.university.vocabularies import ContextualDictSourceFactoryBase
    2120from waeup.kofa.interfaces import (
    22     IKofaObject, SimpleKofaVocabulary, academic_sessions_vocab)
     21    IKofaObject, SimpleKofaVocabulary, academic_sessions_vocab,
     22    ContextualDictSourceFactoryBase)
    2323from waeup.kofa.interfaces import MessageFactory as _
    2424
Note: See TracChangeset for help on using the changeset viewer.