1
0
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:
Jelmer Vernooij
2010-04-08 23:41:08 +02:00
parent 0c6f434b7b
commit 26d928e948
5 changed files with 55 additions and 7 deletions

View File

@ -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()