Whitespace correction...
This commit is contained in:
parent
bc7cbcbc8f
commit
261b8e26f1
2
setup.py
2
setup.py
|
@ -174,7 +174,7 @@ class PyBuildExt(build_ext):
|
||||||
exts.append( Extension('operator', ['operator.c']) )
|
exts.append( Extension('operator', ['operator.c']) )
|
||||||
# access to the builtin codecs and codec registry
|
# access to the builtin codecs and codec registry
|
||||||
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
exts.append( Extension('_codecs', ['_codecsmodule.c']) )
|
||||||
# Python C API test module
|
# Python C API test module
|
||||||
exts.append( Extension('_test', ['_testmodule.c']) )
|
exts.append( Extension('_test', ['_testmodule.c']) )
|
||||||
# static Unicode character database
|
# static Unicode character database
|
||||||
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
exts.append( Extension('unicodedata', ['unicodedata.c']) )
|
||||||
|
|
Loading…
Reference in New Issue