Commit e0f9a66f by willmcgugan

Tweaks for disutils

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