Whitespace normalization.

This commit is contained in:
Tim Peters 2006-08-25 22:05:39 +00:00
parent cd73a78b68
commit 147f9ae6db
3 changed files with 5 additions and 5 deletions

View file

@ -877,7 +877,7 @@ def add_files(db):
if not have_ctypes:
print "WARNING: _ctypes.pyd not found, ctypes will not be included"
extensions.remove("_ctypes.pyd")
# Add all .py files in Lib, except lib-tk, test
dirs={}
pydirs = [(root,"Lib")]