From df1e092a1fbd4c62d30d8b687cfc24773319e0fc Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 13 Jun 2002 15:08:35 +0000 Subject: Get rid of accidentally checked-in reference to "bits". --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index b380415..4f56b51 100644 --- a/setup.py +++ b/setup.py @@ -271,8 +271,6 @@ class PyBuildExt(build_ext): exts.append( Extension('_weakref', ['_weakref.c']) ) exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) ) - exts.append( Extension("bits", ["bits.c"]) ) - # array objects exts.append( Extension('array', ['arraymodule.c']) ) # complex math library functions -- cgit v0.12