]> granicus.if.org Git - python/commitdiff
Backing out nested scopes broke the Windows build. Repairing.
authorTim Peters <tim.peters@gmail.com>
Tue, 27 Feb 2001 21:11:46 +0000 (21:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 27 Feb 2001 21:11:46 +0000 (21:11 +0000)
PCbuild/rmpyc.py

index 019c69b16e79e21818e36f53a7799c75dbb1d8eb..a87eab86c9e58338d177ef16c95813882d9ee441 100644 (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):