Kaydet (Commit) 0f4e93d4 authored tarafından Tim Peters's avatar Tim Peters

Backing out nested scopes broke the Windows build. Repairing.

üst 6efc6e78
# Remove all the .pyc and .pyo files under ../Lib. # Remove all the .pyc and .pyo files under ../Lib.
from __future__ import nested_scopes
def deltree(root): def deltree(root):
import os import os
def rm(path): def rm(path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment