diff options
| author | Guido van Rossum <guido@python.org> | 2002-06-13 15:08:35 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2002-06-13 15:08:35 +0000 |
| commit | df1e092a1fbd4c62d30d8b687cfc24773319e0fc (patch) | |
| tree | 7071e446646b5b8f54b5d6db868ecb093e66a1e4 | |
| parent | 11ba094957ed72d0ecc9e50e79d138a0770df6e3 (diff) | |
| download | cpython-git-df1e092a1fbd4c62d30d8b687cfc24773319e0fc.tar.gz | |
Get rid of accidentally checked-in reference to "bits".
| -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 |
