summaryrefslogtreecommitdiff
path: root/source4/param/pyparam_util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-4/+1
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes.
2009-06-02Fix unresolved symbol in python messaging module.Jelmer Vernooij1-0/+11
2009-06-02python: Move helper functions for using param into a separate file ratherJelmer Vernooij1-0/+54
than linking against the python module.