mirror of
https://github.com/python/cpython.git
synced 2024-12-18 14:24:33 +08:00
Avoid SyntaxError in script using print function
This commit is contained in:
parent
2aa8519f07
commit
0d983b5339
@ -2,6 +2,8 @@
|
||||
|
||||
"""Show file statistics by extension."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user