Commit 90608df9 by willmcgugan

Fixed missing import of os

parent bf48ee7c
......@@ -20,6 +20,7 @@ __all__ = ['DummyLock',
'flags_to_mode',
'NoDefaultMeta']
import os
import os.path
import shutil
import fnmatch
......
......@@ -9,6 +9,7 @@ interface for objects stored in Amazon Simple Storage Service (S3).
"""
import os
import datetime
import tempfile
from fnmatch import fnmatch
......
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