summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij2007-12-261-0/+8
| | | | | | set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-0/+45
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)