summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-05-31 00:13:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-05-31 00:21:42 +0200
commit55ef0ecea85fda48e980f5f9c6029d7bcee865df (patch)
tree288b5995abb8d70ff03220bead7895133f01e4fe /source4/utils
parent390b0521bd36702a698febdd670335bf09b49d54 (diff)
downloadsamba-55ef0ecea85fda48e980f5f9c6029d7bcee865df.tar.gz
s4-python: Remove cruft to deal with static python modules, which are no
longer supported.
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/net/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index 5727b5308fa..a534957f5b8 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -308,7 +308,6 @@ static int binary_net(int argc, const char **argv)
d_printf("Failed to create an event context\n");
exit(1);
}
- py_load_samba_modules();
Py_Initialize();
PySys_SetArgv(argc, discard_const_p(char *, argv));
py_update_path("bin"); /* FIXME: Can't assume this is always the case */