mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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."""
|
"""Show file statistics by extension."""
|
||||||
|
|
||||||
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue