Manual 2to3 fixups.
[cumulus.git] / python / cumulus / store / s3.py
index 4898583..ef40113 100644 (file)
@@ -18,6 +18,8 @@
 
 """Amazon S3 storage backend.  Uses a URL of the form s3://BUCKET/PATH/."""
 
+from __future__ import division, print_function, unicode_literals
+
 import os, sys, tempfile
 import boto
 from boto.exception import S3ResponseError