Commit 7ce09019 by willmcgugan

tweak

parent 5e546ec4
#!/usr/bin/env python #!/usr/bin/env python
import os import os
import datetime import datetime
from fs import _iteratepath from fs import _iteratepath
try: try:
from cStringIO import StringIO from cStringIO import StringIO
except ImportError: except ImportError:
......
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