Compare commits
1 Commits
master
...
refactor-a
Author | SHA1 | Date |
---|---|---|
Joël Maïzi | 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