remove TODO

This commit is contained in:
Nikos Kouremenos 2005-09-05 12:34:51 +00:00
parent 4523a1f4b3
commit 1ccb1e5514
1 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ except ImportError:
import DNS # http://pydns.sf.net/ import DNS # http://pydns.sf.net/
HAVE_PYDNS = True HAVE_PYDNS = True
except ImportError: except ImportError:
#TODO: use self.DEBUG()
print "Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible." print "Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible."
DATA_RECEIVED='DATA RECEIVED' DATA_RECEIVED='DATA RECEIVED'
@ -93,7 +92,6 @@ class TCPsocket(PlugIn):
port = int(port) port = int(port)
break break
except: except:
#TODO: use self.DEBUG()
print 'An error occurred while looking up %s' % query print 'An error occurred while looking up %s' % query
server = (host, port) server = (host, port)
# end of SRV resolver # end of SRV resolver