From: Tim Peters Date: Tue, 27 Feb 2001 21:11:46 +0000 (+0000) Subject: Backing out nested scopes broke the Windows build. Repairing. X-Git-Tag: v2.1b1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f4e93d4348bbb357bda97505278d0c8738a1d53;p=thirdparty%2FPython%2Fcpython.git Backing out nested scopes broke the Windows build. Repairing. --- diff --git a/PCbuild/rmpyc.py b/PCbuild/rmpyc.py index 019c69b16e79..a87eab86c9e5 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):