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:
parent
85c8222bdb
commit
5949adab16
@ -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
|
Loading…
Reference in New Issue
Block a user