Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
705d2a8f
Commit
705d2a8f
authored
Jan 10, 2013
by
Giorgos Korfiatis
Browse files
Wrapper for register_users
parent
e8b98c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/endpoints/qh.py
View file @
705d2a8f
...
...
@@ -117,6 +117,9 @@ QuotaLimits = namedtuple('QuotaLimits', ('holder',
'import_limit'
,
'export_limit'
))
def
qh_register_user
(
user
):
return
register_users
([
user
])
def
register_users
(
users
):
payload
=
list
(
CreateEntityPayload
(
entity
=
u
.
uuid
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment