summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba_external/dnspython
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-29113-16825/+0
| | | | | This also avoids it from being installed if it's already present on the system.
* s4-python: import a copy of the python dns libraryAndrew Tridgell2010-03-05113-0/+16825
This library is not installed on enough systems for us to rely on it being available. We use the system copy if possible, and fallback to this local copy Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>