Commit 5c2fb925 by willmcgugan

Renamed base.py to fs.py but regret it!

parent 214741d3
...@@ -7,7 +7,7 @@ __version__ = "0.1dev" ...@@ -7,7 +7,7 @@ __version__ = "0.1dev"
__author__ = "Will McGugan (will@willmcgugan.com)" __author__ = "Will McGugan (will@willmcgugan.com)"
from fs import * from base import *
from helpers import * from helpers import *
__all__ = ['memoryfs', __all__ = ['memoryfs',
'mountfs', 'mountfs',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment