summaryrefslogtreecommitdiffstats
path: root/WebKitTools/CygwinDownloader/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/CygwinDownloader/setup.py')
-rw-r--r--WebKitTools/CygwinDownloader/setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebKitTools/CygwinDownloader/setup.py b/WebKitTools/CygwinDownloader/setup.py
deleted file mode 100644
index c3171d9..0000000
--- a/WebKitTools/CygwinDownloader/setup.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from distutils.core import setup
-import py2exe
-
-setup(console=['cygwin-downloader.py'])