commit | df1e092a1fbd4c62d30d8b687cfc24773319e0fc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 13 15:08:35 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 13 15:08:35 2002 +0000 |
tree | 7071e446646b5b8f54b5d6db868ecb093e66a1e4 | |
parent | 11ba094957ed72d0ecc9e50e79d138a0770df6e3 [diff] |
Get rid of accidentally checked-in reference to "bits".
diff --git a/setup.py b/setup.py index b380415..4f56b51 100644 --- a/setup.py +++ b/setup.py
@@ -271,8 +271,6 @@ 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