From: Rob van der Linde Date: Thu, 27 Jul 2023 00:14:26 +0000 (+1200) Subject: netcmd: user: turn user.py into module netcmd.user X-Git-Tag: tevent-0.16.0~1275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5949adab16b7cbbc561195b98013fceee39ea231;p=thirdparty%2Fsamba.git netcmd: user: turn user.py into module netcmd.user Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/netcmd/user.py b/python/samba/netcmd/user/__init__.py similarity index 99% rename from python/samba/netcmd/user.py rename to python/samba/netcmd/user/__init__.py index c292def0985..c72ba0d9db9 100644 --- a/python/samba/netcmd/user.py +++ b/python/samba/netcmd/user/__init__.py @@ -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