summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 11:25:43 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 11:25:43 +0000
commitd8b2f58dbaa95ecad81c20d91e673fb1b8bcd42a (patch)
tree5b08d4f626837574bf33a5f86ed9d41ac64737e4
parent467fc6d66ed52def0d480b3c4fda29ebcc4bedab (diff)
downloadpyfilesystem-d8b2f58dbaa95ecad81c20d91e673fb1b8bcd42a.tar.gz
Tweaks for disutils
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@82 67cdc799-7952-0410-af00-57a81ceafa0f
-rw-r--r--fs/fs.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/fs.py b/fs/fs.py
index 835c22d..f595dd6 100644
--- a/fs/fs.py
+++ b/fs/fs.py
@@ -1,4 +1,13 @@
#!/usr/bin/env python
+"""
+A filesystem abstraction.
+
+"""
+
+__version__ = "0.1dev"
+
+__author__ = "Will McGugan (will@willmcgugan.com)"
+
from helpers import *
import os