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/authentication.txt

    r7163 r7169  
    7171because we do not neccessarily know where Alice lives:
    7272
    73   >>> from waeup.sirp.users import LocalRoleSetEvent
     73  >>> from waeup.sirp.authentication import LocalRoleSetEvent
    7474  >>> from zope.event import notify
    7575  >>> notify(LocalRoleSetEvent(chalet, 'BigBoss', 'alice',
Note: See TracChangeset for help on using the changeset viewer.