1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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
This commit is contained in:
Jelmer Vernooij 2010-11-28 16:38:27 +01:00
parent eb5a8e29cf
commit 97f0d6c278

View File

@ -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