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/utils/net | |
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/utils/net')
-rw-r--r-- | source4/utils/net/net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c index 5727b5308f..a534957f5b 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 */ |