Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / Tools / scripts / setup.py
blob20926dc67e6245cf47f78e201a4e20b16ecce867
1 from distutils.core import setup
3 setup(
4 scripts=[
5 'byteyears.py',
6 'checkpyc.py',
7 'copytime.py',
8 'crlf.py',
9 'dutree.py',
10 'ftpmirror.py',
11 'h2py.py',
12 'lfcr.py',
13 'logmerge.py',
14 '../../Lib/tabnanny.py',
15 'untabify.py',