netcmd: user: readpasswords: move common.py to readpasswords
commit24c567610abdb65cdd645ab82e590142636f9dcf
authorRob van der Linde <rob@catalyst.net.nz>
Tue, 1 Aug 2023 01:19:51 +0000 (1 13:19 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 4 Aug 2023 04:31:37 +0000 (4 04:31 +0000)
treed2f760b8818ce3f374169357ce6785c3c1acffb9
parent6319df10b7bcc810d83491ced9a11e0fdbe7db0b
netcmd: user: readpasswords: move common.py to readpasswords

it only contains code relating to the getpassword module

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
python/samba/netcmd/user/readpasswords/__init__.py
python/samba/netcmd/user/readpasswords/common.py [moved from python/samba/netcmd/user/common.py with 100% similarity]
python/samba/netcmd/user/readpasswords/show.py