mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
python compat: remove StringIO
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
committed by
Noel Power
parent
9cc65a552b
commit
4d9d63b000
@@ -23,7 +23,7 @@ import re
|
||||
|
||||
from xml.etree.ElementTree import Element, SubElement
|
||||
from samba.compat import ConfigParser
|
||||
from samba.compat import StringIO
|
||||
from io import StringIO
|
||||
|
||||
from samba.gp_parse import GPParser, ENTITY_USER_ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user