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

netcmd: user: turn user.py into module netcmd.user

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 2023-07-27 12:14:26 +12:00 committed by Andrew Bartlett
parent 85c8222bdb
commit 5949adab16

View File

@ -52,10 +52,10 @@ from samba.netcmd import (
CommandError,
SuperCommand,
Option,
common
)
from samba.common import get_bytes
from samba.common import get_string
from . import common
# python[3]-gpgme is abandoned since ubuntu 1804 and debian 9
# have to use python[3]-gpg instead