Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-29 | s4-python: Move dnspython to lib/, like the other Python modules | Jelmer Vernooij | 1 | -123/+0 | |
This also avoids it from being installed if it's already present on the system. | |||||
2010-03-05 | s4-python: import a copy of the python dns library | Andrew Tridgell | 1 | -0/+123 | |
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> |