python: netcmd: remove redundant Option subclass
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 5 Oct 2023 02:22:58 +0000 (15:22 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 24 Oct 2023 23:31:29 +0000 (23:31 +0000)
commit5f8c46d1decd8aea12713cb471db25a7932706d8
treee3be67a1a53828cda2752ca2953c140038d97291
parent32032937ed905d5f5b9ac8ba94381e7cb03f443c
python: netcmd: remove redundant Option subclass

Instead, just import SambaOption as Option, so all the existing commands don't need changing.

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/__init__.py