mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
This commit is contained in:
parent
9a1ae1a960
commit
c4889c496a
5 changed files with 7 additions and 14 deletions
|
|
@ -1,7 +1,5 @@
|
|||
# Remove all the .pyc and .pyo files under ../Lib.
|
||||
|
||||
from __future__ import nested_scopes
|
||||
|
||||
def deltree(root):
|
||||
import os
|
||||
def rm(path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue