From: Rob van der Linde Date: Thu, 30 Mar 2023 22:50:13 +0000 (+1300) Subject: netcmd: domain: turn domain.py into a module X-Git-Tag: talloc-2.4.1~1192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2534aba94d2dc854fcf695924262fc3512b54b7a;p=thirdparty%2Fsamba.git netcmd: domain: turn domain.py into a module The domain.py file has become quite large at over 5000 lines, splitting it now before adding more sub commands. Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain/__init__.py similarity index 100% rename from python/samba/netcmd/domain.py rename to python/samba/netcmd/domain/__init__.py