[Python-checkins] CVS: python/dist/src/PCbuild rmpyc.py,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Tue, 27 Feb 2001 13:11:48 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv13401/python/dist/src/PCbuild

Modified Files:
	rmpyc.py 
Log Message:
Backing out nested scopes broke the Windows build.  Repairing.


Index: rmpyc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/rmpyc.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** rmpyc.py	2001/02/11 00:46:39	1.1
--- rmpyc.py	2001/02/27 21:11:46	1.2
***************
*** 1,4 ****
--- 1,6 ----
  # Remove all the .pyc and .pyo files under ../Lib.
  
+ from __future__ import nested_scopes
+ 
  def deltree(root):
      import os