1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

python:samba: move netcmd/time.py to python/samba/netcmd/nettime.py

This allows 'import time' to work.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu May 19 15:21:58 CEST 2016 on sn-devel-144
This commit is contained in:
Stefan Metzmacher 2016-02-11 17:51:29 +01:00
parent 1de7747157
commit 3aefd277f6
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ from samba.netcmd.rodc import cmd_rodc
from samba.netcmd.sites import cmd_sites
from samba.netcmd.spn import cmd_spn
from samba.netcmd.testparm import cmd_testparm
from samba.netcmd.time import cmd_time
from samba.netcmd.nettime import cmd_time
from samba.netcmd.user import cmd_user
from samba.netcmd.processes import cmd_processes