Fixed py26 errors related to using assert_raises in tests.

This commit is contained in:
Rory-Finnegan 2014-09-03 19:24:05 -04:00
commit bf996f1461
2 changed files with 20 additions and 11 deletions

View file

@ -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):