Skip to content

Commit 3eaa8fd

Browse files
committed
Compare headers to correct definition of str
1 parent 01a1d31 commit 3eaa8fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/future/backports/email/base64mime.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from __future__ import absolute_import
2929
from future.builtins import range
3030
from future.builtins import bytes
31+
from future.builtins import str
3132

3233
__all__ = [
3334
'body_decode',

0 commit comments

Comments
 (0)