]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netcmd: user: turn user.py into module netcmd.user
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 27 Jul 2023 00:14:26 +0000 (12:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 4 Aug 2023 04:31:37 +0000 (04:31 +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/user/__init__.py [moved from python/samba/netcmd/user.py with 99% similarity]

similarity index 99%
rename from python/samba/netcmd/user.py
rename to python/samba/netcmd/user/__init__.py
index c292def0985d407b3eacfad1e5a799372fb65446..c72ba0d9db92cebd5d7feb85ba2234bf1a20f08a 100644 (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