summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/external.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij1-31/+0
2010-03-29s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij1-23/+4
This also avoids it from being installed if it's already present on the system.
2010-03-05s4-python: allow us to have samba copies of python libraries we depend onAndrew Tridgell1-0/+50
For python libraries like dns.resolver it is useful to be able to install a copy of the library with Samba. This set of functions allows us to do that while using the locally installed version if it is available Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>