Merge "Python 3: fix a syntax error"

This commit is contained in:
Jenkins 2014-02-11 21:36:46 +00:00 committed by Gerrit Code Review
commit 2f5e8232aa

View File

@ -70,4 +70,4 @@ class IdentityClientv2_0(identity_client_v2_0.Client):
if name == "projects":
return self.tenants
else:
raise AttributeError, name
raise AttributeError(name)