mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +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
@ -22,7 +22,7 @@ import tdb
|
||||
sys.path.insert(0, "bin/python")
|
||||
from samba import NTSTATUSError
|
||||
from ConfigParser import ConfigParser
|
||||
from StringIO import StringIO
|
||||
from samba.compat import StringIO
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import xml.etree.ElementTree as etree
|
||||
import re
|
||||
|
Reference in New Issue
Block a user