Ignore:
Timestamp:
15 Jul 2012, 01:31:03 (12 years ago)
Author:
uli
Message:

Fix import of student/applicant interfaces in w.k.browser.interfaces.
w.k.browser interfaces should not rely on interfaces defined in other
submodules except they are core part.

Also move purely UI-related interface from w.k.interfaces to w.k.browser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/browser/pages.py

    r8783 r9003  
    4646    IDepartment, IDepartmentAdd, ICourse, ICourseAdd, ICertificate,
    4747    ICertificateAdd, ICertificateCourse, ICertificateCourseAdd,
    48     ICaptchaManager)
     48    ICaptchaManager, IChangePassword)
    4949from waeup.kofa.browser.layout import jsaction, action, UtilityView
    5050from waeup.kofa.browser.resources import warning, datepicker, tabs, datatable
     
    5555    ILocalRolesAssignable, DuplicationError, IConfigurationContainer,
    5656    ISessionConfiguration, ISessionConfigurationAdd,
    57     IPasswordValidator, IContactForm, IKofaUtils, ICSVExporter,
    58     IChangePassword)
     57    IPasswordValidator, IContactForm, IKofaUtils, ICSVExporter,)
    5958from waeup.kofa.permissions import (
    6059    get_users_with_local_roles, get_all_roles, get_all_users)
Note: See TracChangeset for help on using the changeset viewer.