freebsd-ports/net/straw/files/patch-src-lib_LookupManager.py
Martin Wilke 5296c0349b - Update to 0.27
- Update MASTER_SITES
- Switch to BZIP2 distribution
- Resurrect LookupManager.py patch, deleted accidentally
(straw won't work if py24-adns is installed)

PR:		112801
Submitted by:	R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> (maintainer)
2007-05-28 15:58:04 +00:00

11 lines
335 B
Python

--- src/lib/LookupManager.py Sat Feb 18 16:11:38 2006
+++ src/lib/LookupManager.py Sun May 20 09:51:00 2007
@@ -26,7 +26,7 @@
import Config
try:
import adns, ADNS
- _have_adns = True
+ _have_adns = False
except ImportError:
error.log("No ADNS library found, using synchronous name lookups.")
_have_adns = False