Ignore:
Timestamp:
26 May 2011, 23:34:04 (13 years ago)
Author:
uli
Message:

#37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/authentication.txt

    r6180 r6202  
    111111   {}
    112112
     113If one notifies the machinery of a local role removal for an object
     114that cannot have local roles, this will cause no trouble:
     115
     116   >>> mycontext = None #object()
     117   >>> notify(LocalRoleSetEvent(
     118   ...   mycontext, 'waeup.PortalManager', 'bob', granted=False
     119   ... )) is None
     120   True
     121
    113122Logging in via side bar
    114123=======================
Note: See TracChangeset for help on using the changeset viewer.