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(
|
# FIXME: bw bug?
|
||||||
'users',
|
# @metadata_reactor.provides(
|
||||||
)
|
# 'users',
|
||||||
|
# )
|
||||||
|
@metadata_reactor
|
||||||
def user(metadata):
|
def user(metadata):
|
||||||
users = {}
|
users = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue