from __future__ import unicode_literals

This commit is contained in:
David Baumgold 2014-08-27 11:17:06 -04:00
commit 4201e6b430
196 changed files with 219 additions and 19 deletions

View file

@ -1,2 +1,3 @@
from __future__ import unicode_literals
from .models import s3bucket_path_backend
mock_s3bucket_path = s3bucket_path_backend.decorator

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from moto.s3.models import S3Backend

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from .models import s3bucket_path_backend
from .utils import bucket_name_from_url

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from .responses import S3BucketPathResponseInstance as ro
url_bases = [

View file

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import urlparse