1
0
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:
Noel Power
2018-05-04 11:49:23 +01:00
committed by Andrew Bartlett
parent 0e53629ff3
commit 563c10ee63
5 changed files with 5 additions and 5 deletions

View File

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