projects
/
py-rsbac
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b757904
)
Fixed attributes definition in rc.RoleBase.
author
Frédéric Jolliton
<git@frederic.jolliton.com>
Wed, 25 Oct 2006 16:09:30 +0000
(16:09 +0000)
committer
Frédéric Jolliton
<git@frederic.jolliton.com>
Wed, 25 Oct 2006 16:09:30 +0000
(16:09 +0000)
rsbac/rc.py
patch
|
blob
|
history
diff --git
a/rsbac/rc.py
b/rsbac/rc.py
index
f891269
..
1bf451a
100644
(file)
--- a/
rsbac/rc.py
+++ b/
rsbac/rc.py
@@
-882,7
+882,6
@@
class RoleBase( object ) :
return getRoleAssignRole( self._role , role )
def setAssignRole( self , role , value ) :
return setRoleAssignRole( self._role , role , value )
- assignRoles = None
#
# type_comp_*
#
@@
-890,7
+889,6
@@
class RoleBase( object ) :
return getRoleTypeCompatibility( self._role , type )
def setTypeCompatibility( self , type , value ) :
return setRoleTypeCompatibility( self._role , type , value )
- typeCompatibility = None
#
# def_fd_ind_create_type
#