1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

netcmd: auth silo: move silo_member.py into silo module

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Rob van der Linde 2024-03-20 19:02:50 +13:00 committed by Andrew Bartlett
parent 4d2c8ea957
commit a2e9529ee6
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from samba.domain.models import AuthenticationPolicy, AuthenticationSilo
from samba.domain.models.exceptions import ModelError
from samba.netcmd import Command, CommandError, Option, SuperCommand
from .silo_member import cmd_domain_auth_silo_member
from .member import cmd_domain_auth_silo_member
class cmd_domain_auth_silo_list(Command):