From fc80cc72b0e1900ea0e0dc540d6a52551e9b19c1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 29 Apr 2011 16:00:17 -0400 Subject: minor repo cleanup --- nsfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsfs.py') diff --git a/nsfs.py b/nsfs.py index d306097..1189472 100644 --- a/nsfs.py +++ b/nsfs.py @@ -17,7 +17,7 @@ import errno # for error number codes (ENOENT, etc) # pull in some spaghetti to make this stuff work without fuse-py being installed try: - import _find_fuse_parts + import find_fuse_parts except ImportError: pass import fuse @@ -59,7 +59,7 @@ class DefaultStatVfs(fuse.StatVfs): self.n_unamed_fields = 0 class NamespaceFS(Fuse): - """Generates a file system from a python namespace, for kicks. + """Generates a virtual file system from a python namespace. """ def __init__(self, *args, **kw): -- cgit v1.2.3