From 118c6548bbc4d1ff889688372190a4503fc2855f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 21 Sep 2010 21:33:30 -0700 Subject: selftest: Fix run for systems without testtools installed. --- source4/scripting/python/pyglue.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/scripting/python/pyglue.c') diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index ec15e77a93..1f968e16f9 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -110,8 +110,6 @@ static PyObject *py_set_debug_level(PyObject *self, PyObject *args) Py_RETURN_NONE; } - - /* return the list of interface IPs we have configured takes an loadparm context, returns a list of IPs in string form -- cgit