]> arthur.barton.de Git - bup.git/commit
bloom.py: move bloom.ShaBloom.create to just bloom.create.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 02:39:35 +0000 (18:39 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 17 Feb 2011 02:59:30 +0000 (18:59 -0800)
commitf34a2a14ab9ab0ebc40db17f3cbe47da6da61814
treecc97db2e18ee5a2e2e322978238c9858c4ad8ff1
parent49b04a52d00c99b26dac76b88e400ef546ed4389
bloom.py: move bloom.ShaBloom.create to just bloom.create.

I don't really like class-level functions.  Ideally we'd just move all the
creation stuff into cmd/bloom, but tbloom.py is testing them, so it's not
really worth it.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/bloom-cmd.py
lib/bup/bloom.py
lib/bup/t/tbloom.py