mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
s4-net: Convert 'net time' to python.
This commit is contained in:
@ -149,3 +149,5 @@ from samba.netcmd.fsmo import cmd_fsmo
|
||||
commands["fsmo"] = cmd_fsmo()
|
||||
from samba.netcmd.export import cmd_export
|
||||
commands["export"] = cmd_export()
|
||||
from samba.netcmd.time import cmd_time
|
||||
commands["time"] = cmd_time()
|
||||
|
Reference in New Issue
Block a user