From 8d333f43055daf5e18623f2ad9e379f58ef5f8cd Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 6 Dec 2018 09:51:59 +0000 Subject: third_party/dnspython: Remove dnspython library from third_party This version of dnspython isn't python3 compatible and is quite old. Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Dec 11 23:37:43 CET 2018 on sn-devel-144 --- third_party/dnspython/dns/rdtypes/ANY/TXT.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 third_party/dnspython/dns/rdtypes/ANY/TXT.py (limited to 'third_party/dnspython/dns/rdtypes/ANY/TXT.py') diff --git a/third_party/dnspython/dns/rdtypes/ANY/TXT.py b/third_party/dnspython/dns/rdtypes/ANY/TXT.py deleted file mode 100644 index 604fd0f4deb..00000000000 --- a/third_party/dnspython/dns/rdtypes/ANY/TXT.py +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. -# -# Permission to use, copy, modify, and distribute this software and its -# documentation for any purpose with or without fee is hereby granted, -# provided that the above copyright notice and this permission notice -# appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT -# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -import dns.rdtypes.txtbase - -class TXT(dns.rdtypes.txtbase.TXTBase): - """TXT record""" - pass -- cgit v1.2.1