diff options
author | Guido van Rossum <guido@python.org> | 2002-06-13 15:08:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-13 15:08:35 (GMT) |
commit | df1e092a1fbd4c62d30d8b687cfc24773319e0fc (patch) | |
tree | 7071e446646b5b8f54b5d6db868ecb093e66a1e4 /setup.py | |
parent | 11ba094957ed72d0ecc9e50e79d138a0770df6e3 (diff) | |
download | cpython-df1e092a1fbd4c62d30d8b687cfc24773319e0fc.zip cpython-df1e092a1fbd4c62d30d8b687cfc24773319e0fc.tar.gz cpython-df1e092a1fbd4c62d30d8b687cfc24773319e0fc.tar.bz2 |
Get rid of accidentally checked-in reference to "bits".
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |