mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
fold __future__ imports
This commit is contained in:
parent
5e9cc5efed
commit
fed4abcc84
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
||||||
Python implementation of the io module.
|
Python implementation of the io module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import (print_function, unicode_literals)
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import abc
|
import abc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue