Compare commits
1 Commits
master
...
refactor-a
Author | SHA1 | Date | |
---|---|---|---|
|
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
Block a user