- 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)
11 lines
335 B
Python
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
|