Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 7273fda

Browse files
author
Olivier Gambier
committed
Fix build
1 parent a323394 commit 7273fda

File tree

1 file changed

+1
-1
lines changed
  • docker_registry/drivers

1 file changed

+1
-1
lines changed

docker_registry/drivers/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
logger = logging.getLogger(__name__)
3636

3737

38-
class Cloudfront():
38+
class Cloudfront(object):
3939
def __init__(self, awsaccess, awssecret, base, keyid, privatekey):
4040
boto.connect_cloudfront(
4141
awsaccess,

0 commit comments

Comments
 (0)