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