diff options
Diffstat (limited to 'Lib/email/mime')
-rw-r--r-- | Lib/email/mime/audio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/mime/audio.py b/Lib/email/mime/audio.py index c7290c4..f40bcbd 100644 --- a/Lib/email/mime/audio.py +++ b/Lib/email/mime/audio.py @@ -8,7 +8,7 @@ __all__ = ['MIMEAudio'] import sndhdr -from cStringIO import StringIO +from io import StringIO from email import encoders from email.mime.nonmultipart import MIMENonMultipart |