python:samba: move netcmd/time.py to python/samba/netcmd/nettime.py
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Feb 2016 16:51:29 +0000 (17:51 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 19 May 2016 13:21:58 +0000 (15:21 +0200)
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

python/samba/netcmd/main.py
python/samba/netcmd/nettime.py [moved from python/samba/netcmd/time.py with 100% similarity]

index 471c6b4f4a90254e28756bd8e351742545e23875..498702c026e3e7b94a69182e000a170cbf837c7c 100644 (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