summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/shares.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/shares.py')
-rw-r--r--source4/scripting/python/samba/tests/shares.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/shares.py b/source4/scripting/python/samba/tests/shares.py
index 160e3cf883..10f17503e5 100644
--- a/source4/scripting/python/samba/tests/shares.py
+++ b/source4/scripting/python/samba/tests/shares.py
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from samba.shares import SharesContainer
-from unittest import TestCase
+from samba.tests import TestCase
class MockService(object):