1
0
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:
Douglas Bagnall
2020-07-04 13:53:34 +12:00
committed by Noel Power
parent 9cc65a552b
commit 4d9d63b000
8 changed files with 7 additions and 9 deletions

View File

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