Backing out nested scopes broke the Windows build. Repairing.

This commit is contained in:
Tim Peters 2001-02-27 21:11:46 +00:00
parent 6efc6e7832
commit 0f4e93d434
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Remove all the .pyc and .pyo files under ../Lib.
from __future__ import nested_scopes
def deltree(root):
import os
def rm(path):