mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +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
|
@ -44,7 +44,7 @@ The module also extends gdb with some python-specific commands.
|
|||
# NOTE: some gdbs are linked with Python 3, so this file should be dual-syntax
|
||||
# compatible (2.6+ and 3.0+). See #19308.
|
||||
|
||||
from __future__ import print_function, with_statement
|
||||
from __future__ import print_function
|
||||
import gdb
|
||||
import os
|
||||
import locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue