From 55ef0ecea85fda48e980f5f9c6029d7bcee865df Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 May 2010 00:13:10 +0200 Subject: s4-python: Remove cruft to deal with static python modules, which are no longer supported. --- source4/utils/net/net.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/utils/net') 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 */ -- cgit