repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Tools
/
scripts
/
setup.py
blob
20926dc67e6245cf47f78e201a4e20b16ecce867
1
from
distutils
.
core
import
setup
2
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'
,
16
],
17
)