mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
0e53629ff3
commit
563c10ee63
@ -17,7 +17,7 @@
|
||||
|
||||
"""Tests for samba.netcmd."""
|
||||
|
||||
from cStringIO import StringIO
|
||||
from samba.compat import StringIO
|
||||
from samba.netcmd import Command
|
||||
from samba.netcmd.testparm import cmd_testparm
|
||||
from samba.netcmd.main import cmd_sambatool
|
||||
|
Reference in New Issue
Block a user