]> arthur.barton.de Git - bup.git/commit
Rename chashsplit.so to _hashsplit.so.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 25 Jan 2010 04:00:32 +0000 (23:00 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 25 Jan 2010 04:00:32 +0000 (23:00 -0500)
commit91f610c1af62517850901c19086c23324fea4248
tree5021a315c2881e51a19055ebe31b9fd6bee92a7c
parentb44fe3a65f52df7f4de0693c8047d2b2580abee3
Rename chashsplit.so to _hashsplit.so.

Looks like the python standard is _modulename.so when making a C helper for
a module named modulename.py, so let's do it that way.

Also get rid of the annoying "module" suffix in the .c's filename.  Not sure
why I ever thought that was needed.
Makefile
_hashsplit.c [new file with mode: 0644]
chashsplitmodule.c [deleted file]
csetup.py
hashsplit.py