summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/smbpython.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/+7
| | | | | | 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-1/+5
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26575: Build a private copy of the Python executable for Samba 4, so we ↵Jelmer Vernooij2007-12-241-0/+25
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc)