From 0f4e93d4348bbb357bda97505278d0c8738a1d53 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 27 Feb 2001 21:11:46 +0000 Subject: 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 019c69b..a87eab8 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): -- cgit v0.12