forked from expo/troggle
Convert codebase for python3 usage
This commit is contained in:
@@ -18,6 +18,6 @@ class Options(object):
|
||||
spec_module = 'imagekit.defaults'
|
||||
|
||||
def __init__(self, opts):
|
||||
for key, value in opts.__dict__.iteritems():
|
||||
for key, value in opts.__dict__.items():
|
||||
setattr(self, key, value)
|
||||
self.specs = []
|
||||
Reference in New Issue
Block a user