Commit 214741d3 by willmcgugan

Changes for packaging...

parent dbf2928f
"""
A filesystem abstraction.
"""
__version__ = "0.1dev"
__author__ = "Will McGugan (will@willmcgugan.com)"
from fs import *
from helpers import *
__all__ = ['memoryfs',
......
#!/usr/bin/env python
"""
A filesystem abstraction.
"""
__version__ = "0.1dev"
__author__ = "Will McGugan (will@willmcgugan.com)"
from helpers import *
import os
......
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