mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Avoid SyntaxError in script using print function
This commit is contained in:
parent
2aa8519f07
commit
0d983b5339
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
"""Show file statistics by extension."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue