diff options
-rw-r--r-- | source4/scripting/python/samba/tests/hostconfig.py | 2 |
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 |