summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/external.py
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij2010-03-291-31/+0
|
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-291-23/+4
| | | | | This also avoids it from being installed if it's already present on the system.
* s4-python: allow us to have samba copies of python libraries we depend onAndrew Tridgell2010-03-051-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>