Add ability for super users to take ownership of namespaces
Fixes #1395
This commit is contained in:
parent
f75949d533
commit
20816804e5
14 changed files with 280 additions and 94 deletions
|
@ -1,4 +1,4 @@
|
|||
from multiprocessing.sharedctypes import Value, Array
|
||||
from multiprocessing.sharedctypes import Array
|
||||
from util.validation import MAX_LENGTH
|
||||
|
||||
class SuperUserManager(object):
|
||||
|
|
Reference in a new issue