From: nejucomo Date: Sun, 13 Jan 2008 04:41:26 +0000 (-0700) Subject: Wouldn't it be nice to reuse the allmydata library? X-Git-Tag: allmydata-tahoe-0.8.0~307 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/priv.html?a=commitdiff_plain;h=eaba225e1f1fbb1ce556f630b1af5bb4487e3041;p=tahoe-lafs%2Ftahoe-lafs.git Wouldn't it be nice to reuse the allmydata library? --- diff --git a/contrib/fuse/tahoe_fuse.py b/contrib/fuse/tahoe_fuse.py index 5cab8f59..719ac126 100644 --- a/contrib/fuse/tahoe_fuse.py +++ b/contrib/fuse/tahoe_fuse.py @@ -25,7 +25,8 @@ Road-map: In parallel: *. Make system tests which launch a client, mount a fuse interface, and excercise the whole stack. -Feature Wishlist: +Wishlist: +- Reuse allmydata.uri to check/canonicalize uris. - Research pkg_resources; see if it can replace the try-import-except-import-error pattern. '''