mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
PY3: ensure StringIO usage is py2/py3 compatible
This commit is contained in:
committed by
Andrew Bartlett
parent
ca12342b0a
commit
8eae420fbc
@ -21,7 +21,7 @@ from wafsamba.samba_abi import (
|
||||
normalise_signature,
|
||||
)
|
||||
|
||||
from cStringIO import StringIO
|
||||
from samba.compat import StringIO
|
||||
|
||||
|
||||
class NormaliseSignatureTests(TestCase):
|
||||
|
Reference in New Issue
Block a user