mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Remove legacy "from __future__ import with_statement" lines.
This commit is contained in:
parent
18a7d2b455
commit
a68c1bca7b
9 changed files with 1 additions and 15 deletions
|
@ -1,7 +1,5 @@
|
|||
# This script generates the opcode.h header file.
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
header = """/* Auto-generated by Tools/scripts/generate_opcode_h.py */
|
||||
#ifndef Py_OPCODE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue