Sign in
chromium
/
external
/
WebKit_trimmed
/
07212a3d9960f0f4a2f8811cb3178d1c9e1b943b
/
.
/
Tools
/
CygwinDownloader
/
setup.py
blob: c3171d91bf82e79b7c8b5079db7b8778c9e68e5f [
file
] [
log
] [
blame
]
from
distutils
.
core
import
setup
import
py2exe
setup
(
console
=[
'cygwin-downloader.py'
])