]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool dns: remove unused imports
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 28 May 2021 10:56:10 +0000 (22:56 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 2 Jun 2021 03:56:36 +0000 (03:56 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/dns.py

index 4fcd752783136fd3ed82798435bfc3c85e138062..75f66e41ed0b5ad48cb676d009d314bb69fa33c6 100644 (file)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-import logging
-
 import samba.getopt as options
 from samba import WERRORError
 from samba import werror
 from struct import pack
-from socket import inet_ntoa
 from socket import inet_ntop
 from socket import AF_INET
 from socket import AF_INET6
-import shlex
 import struct
 
 from samba import remove_dc