]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fuse_a: Update todo/wishlist comments in tahoe_fuse.py to reflect my intent.
authornejucomo <nejucomo@gmail.com>
Sun, 1 Jun 2008 02:21:42 +0000 (19:21 -0700)
committernejucomo <nejucomo@gmail.com>
Sun, 1 Jun 2008 02:21:42 +0000 (19:21 -0700)
contrib/fuse_a/tahoe_fuse.py

index 56ac3122e536731764f6e6cc7ae35f14efd758f9..33d65bbcc9f1585de2b0ccaf6d13f65b039bdcd2 100644 (file)
@@ -17,17 +17,14 @@ Warts:
 
 
 Road-map:
-
 1. Add unit tests where possible with little code modification.
 2. Make unit tests pass for a variety of python-fuse module versions.
 3. Modify the design to make possible unit test coverage of larger portions of code.
 
-In parallel:
-*. Make system tests which launch a client, mount a fuse interface, and excercise the whole stack.
-
 Wishlist:
-- Reuse allmydata.uri to check/canonicalize uris.
+- Perhaps integrate cli aliases or root_dir.cap.
 - Research pkg_resources; see if it can replace the try-import-except-import-error pattern.
+- Switch to logging instead of homebrew logging.
 '''