Ignore:
Timestamp:
22 Nov 2011, 14:35:12 (13 years ago)
Author:
Henrik Bettermann
Message:

Put all user component related stuff into the authentication module to avoid errors due to circular imports. The users module now only contains the usercontainer components.

File:
1 edited

Legend:

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

    r7165 r7169  
    4040from waeup.sirp.university.catalog import search
    4141from waeup.sirp.university.vocabularies import course_levels
    42 from waeup.sirp.users import LocalRoleSetEvent
     42from waeup.sirp.authentication import LocalRoleSetEvent
    4343from waeup.sirp.widgets.restwidget import ReSTDisplayWidget
    4444from waeup.sirp.authentication import get_principal_role_manager
Note: See TracChangeset for help on using the changeset viewer.