Fixed py26 errors related to using assert_raises in tests.
This commit is contained in:
parent
665beda466
commit
bf996f1461
2 changed files with 20 additions and 11 deletions
|
|
@ -295,7 +295,6 @@ class IAMBackend(BaseBackend):
|
|||
except KeyError:
|
||||
raise BotoServerError(404, 'Not Found')
|
||||
|
||||
print('username={}'.format(key.user_name))
|
||||
return key
|
||||
|
||||
def get_all_access_keys(self, user_name, marker=None, max_items=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue