git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WebCore:
[WebKit-https.git]
/
WebKitTools
/
CygwinDownloader
/
setup.py
1
from distutils.core import setup
2
import py2exe
3
4
setup(console=['cygwin-downloader.py'])