From 0f4e93d4348bbb357bda97505278d0c8738a1d53 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 27 Feb 2001 21:11:46 +0000 Subject: [PATCH] Backing out nested scopes broke the Windows build. Repairing. --- PCbuild/rmpyc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py index 019c69b16e7..a87eab86c9e 100644 --- a/PCbuild/rmpyc.py +++ b/PCbuild/rmpyc.py @@ -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):