Commit 8f2ec6ac authored by Guido van Rossum's avatar Guido van Rossum

Get rid of accidentally checked-in reference to "bits".

parent 0cb67fbf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment