From 97f0d6c27834975256fe21518007807400e61f4b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 28 Nov 2010 16:38:27 +0100 Subject: samba.tests.hostconfig: Fix import. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Nov 28 18:08:33 CET 2010 on sn-devel-104 --- source4/scripting/python/samba/tests/hostconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/python/samba/tests/hostconfig.py b/source4/scripting/python/samba/tests/hostconfig.py index c01e63c798..6f5f7f7c73 100644 --- a/source4/scripting/python/samba/tests/hostconfig.py +++ b/source4/scripting/python/samba/tests/hostconfig.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -from samba.shares import SharesContainer +from samba.hostconfig import SharesContainer from samba.tests import TestCase -- cgit