aboutsummaryrefslogtreecommitdiffstats
path: root/nsfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'nsfs.py')
-rw-r--r--nsfs.py8
1 files changed, 7 insertions, 1 deletions
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 <bryannewbold.com>
+# 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