diff options
Diffstat (limited to 'source4/scripting/python/samba/tests/netcmd.py')
-rw-r--r-- | source4/scripting/python/samba/tests/netcmd.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/scripting/python/samba/tests/netcmd.py b/source4/scripting/python/samba/tests/netcmd.py index ecd8dc439e3..4b911facf1f 100644 --- a/source4/scripting/python/samba/tests/netcmd.py +++ b/source4/scripting/python/samba/tests/netcmd.py @@ -17,11 +17,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -import unittest - from samba.netcmd import Command +import samba.tests -class CommandTests(unittest.TestCase): +class CommandTests(samba.tests.TestCase): def test_name(self): class cmd_foo(Command): |