]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
immutable: refactor immutable filenodes and comparison thereof
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Sep 2008 18:52:49 +0000 (11:52 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Sep 2008 18:52:49 +0000 (11:52 -0700)
commitfa302544fa65894e0e196d2901c9bd90103d8003
tree9b2cc5dfc65648b6b3104e681ff07677b7abe501
parent2ef977d85a52366b0a28b097bce2690a1f50e3e3
immutable: refactor immutable filenodes and comparison thereof
* the two kinds of immutable filenode now have a common base class
* they store only an instance of their URI, not both an instance and a string
* they delegate comparison to that instance
src/allmydata/immutable/filenode.py
src/allmydata/uri.py