diff options
author | Marc-André Lemburg <mal@egenix.com> | 2001-02-02 12:12:44 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2001-02-02 12:12:44 (GMT) |
commit | 261b8e26f199b8e548d9cf81fc4a94820a5a83db (patch) | |
tree | 3b8a3139c0218e711b3dfdd2770bfa5dbad5dff6 /setup.py | |
parent | bc7cbcbc8f45a95dd715aa37ac5a4fc41070ace0 (diff) | |
download | cpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.zip cpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.tar.gz cpython-261b8e26f199b8e548d9cf81fc4a94820a5a83db.tar.bz2 |
Whitespace correction...
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ class PyBuildExt(build_ext): exts.append( Extension('operator', ['operator.c']) ) # access to the builtin codecs and codec registry exts.append( Extension('_codecs', ['_codecsmodule.c']) ) - # Python C API test module + # Python C API test module exts.append( Extension('_test', ['_testmodule.c']) ) # static Unicode character database exts.append( Extension('unicodedata', ['unicodedata.c']) ) |