summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-07 06:40:07 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-07 06:40:07 +0000
commitc85ece629c280a20b554a74eef8fbe3a30edb8f4 (patch)
treee3d3abf39e24a5e1d6016425291c6f4d6d5a3b87 /fs/__init__.py
parentffe073d3121d4691789ec89cd0f2dad31cfd22a3 (diff)
downloadpyfilesystem-git-c85ece629c280a20b554a74eef8fbe3a30edb8f4.tar.gz
split FS wrapper implementations into independent submodules
Diffstat (limited to 'fs/__init__.py')
-rw-r--r--fs/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index 1c52c87..574eca0 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.2.0a9"
+__version__ = "0.2.0a10"
__author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their
@@ -44,4 +44,4 @@ def set_thread_synchronize_default(sync):
import os
SEEK_CUR = os.SEEK_CUR
SEEK_END = os.SEEK_END
-SEEK_SET = os.SEEK_SET \ No newline at end of file
+SEEK_SET = os.SEEK_SET