say to the user what libs we support

This commit is contained in:
Nikos Kouremenos 2005-09-05 11:45:32 +00:00
parent c511ec95eb
commit 217318a3b1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ except ImportError:
HAVE_PYDNS = True
except ImportError:
#TODO: use self.DEBUG()
print "Could not load a supported DNS library. 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_SENT='DATA SENT'