From c3a6107954eb23b50b6451187cb2c5c714b6798e Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 29 Jul 2008 03:21:44 -0400 Subject: Doc'd --- nsfs.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nsfs.py') diff --git a/nsfs.py b/nsfs.py index 740598a..d306097 100644 --- a/nsfs.py +++ b/nsfs.py @@ -1,4 +1,11 @@ #!/usr/bin/python +# +# July 2008: Bryan Newbold +# Proof of concept with a little help from xmp.py +# +# Simplified BSD License: http://www.opensource.org/licenses/bsd-license.php +# +# See README.nsfs from time import time from StringIO import StringIO @@ -8,7 +15,6 @@ import os # for filesystem modes (O_RDONLY, etc) import errno # for error number codes (ENOENT, etc) # - note: these must be returned as negatives - # pull in some spaghetti to make this stuff work without fuse-py being installed try: import _find_fuse_parts -- cgit v1.2.3