Cleanup unused imports

This commit is contained in:
Steve Pulec 2013-12-29 08:40:38 -05:00
commit 74e2c19865
19 changed files with 36 additions and 87 deletions

View file

@ -2,6 +2,6 @@ from moto.s3.models import S3Backend
class S3BucketPathBackend(S3Backend):
True
pass
s3bucket_path_backend = S3BucketPathBackend()