diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 00:13:10 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 00:21:42 +0200 |
commit | 55ef0ecea85fda48e980f5f9c6029d7bcee865df (patch) | |
tree | 288b5995abb8d70ff03220bead7895133f01e4fe /source4/param | |
parent | 390b0521bd36702a698febdd670335bf09b49d54 (diff) | |
download | samba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.tar.gz samba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.tar.bz2 samba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.zip |
s4-python: Remove cruft to deal with static python modules, which are no
longer supported.
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/provision.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/param/provision.c b/source4/param/provision.c index 68c87239c1..28869e0a72 100644 --- a/source4/param/provision.c +++ b/source4/param/provision.c @@ -90,7 +90,6 @@ NTSTATUS provision_bare(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, DEBUG(0,("Provision for Become-DC test using python\n")); - py_load_samba_modules(); Py_Initialize(); py_update_path("bin"); /* FIXME: Can't assume this is always the case */ @@ -249,7 +248,6 @@ NTSTATUS provision_store_self_join(TALLOC_CTX *mem_ctx, struct loadparm_context return NT_STATUS_CANT_ACCESS_DOMAIN_INFO; } - py_load_samba_modules(); Py_Initialize(); py_update_path("bin"); /* FIXME: Can't assume this is always the case */ provision_mod = provision_module(); @@ -348,7 +346,6 @@ struct ldb_context *provision_get_schema(TALLOC_CTX *mem_ctx, struct loadparm_co DEBUG(0,("Schema for DRS tests using python\n")); - py_load_samba_modules(); Py_Initialize(); py_update_path("bin"); /* FIXME: Can't assume this is always the case */ |