summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2013-09-04 07:52:35 -0700
committerGuido van Rossum <guido@python.org>2013-09-04 07:52:35 -0700
commitc47bdcc4718cb3daf9a75065dc62014267cf0f1d (patch)
tree8046df8c33f97a36e6faa9b50582b03c7a08ecb2 /setup.py
parentdeeb5de755f0f8a53589d2b97f2fa9c05836598a (diff)
downloadtrollius-git-proactor.tar.gz
Close ancient proactor branch.proactor
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index ff70754..67b037c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup, Extension
-
-ext = Extension('_overlapped', ['overlapped.c'], libraries=['ws2_32'])
-setup(name='_overlapped', ext_modules=[ext])
+from distutils.core import setup, Extension
+
+ext = Extension('_overlapped', ['overlapped.c'], libraries=['ws2_32'])
+setup(name='_overlapped', ext_modules=[ext])