[tests] Proposition #31
This commit is contained in:
parent
d33c82e348
commit
fa99c025b5
|
@ -7,8 +7,8 @@ def random(*args):
|
|||
"""
|
||||
return randint(0,1) == 1
|
||||
|
||||
ACLS = (
|
||||
('public', public.__doc__, 999),
|
||||
('random', random.__doc__, 10),
|
||||
('private', private.__doc__, 0)
|
||||
PRIORITY = (
|
||||
[public],
|
||||
[random1, random2],
|
||||
[private]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue