wip
This commit is contained in:
parent
74312422c9
commit
2a41666f7c
1 changed files with 5 additions and 3 deletions
|
@ -29,9 +29,11 @@ def authorized_users(metadata):
|
|||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'users',
|
||||
)
|
||||
# FIXME: bw bug?
|
||||
# @metadata_reactor.provides(
|
||||
# 'users',
|
||||
# )
|
||||
@metadata_reactor
|
||||
def user(metadata):
|
||||
users = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue