netcmd: auth silo: move silo_member.py into silo module
authorRob van der Linde <rob@catalyst.net.nz>
Wed, 20 Mar 2024 06:02:50 +0000 (19:02 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Mar 2024 01:50:41 +0000 (01:50 +0000)
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>
python/samba/netcmd/domain/auth/silo/__init__.py
python/samba/netcmd/domain/auth/silo/member.py [moved from python/samba/netcmd/domain/auth/silo_member.py with 100% similarity]

index 861f47c8e7c45c14f42027928b046fcf5d9985e5..16672eb841613a0fa16b648544706127d1629487 100644 (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):