Commit 90608df9 by willmcgugan

Fixed missing import of os

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