summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-28 16:38:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-28 18:08:33 +0100
commit97f0d6c27834975256fe21518007807400e61f4b (patch)
tree6b25d76603030c50d4abc4cedcc520c0e12e407f /source4
parenteb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3 (diff)
downloadsamba-97f0d6c27834975256fe21518007807400e61f4b.tar.gz
samba-97f0d6c27834975256fe21518007807400e61f4b.tar.bz2
samba-97f0d6c27834975256fe21518007807400e61f4b.zip
samba.tests.hostconfig: Fix import.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 28 18:08:33 CET 2010 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/tests/hostconfig.py2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#
-from samba.shares import SharesContainer
+from samba.hostconfig import SharesContainer
from samba.tests import TestCase