Repository: libcloud
Updated Branches:
  refs/heads/trunk 8a3e80809 -> 9b6110e35


Fix typos in __repr__.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9b6110e3
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9b6110e3
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9b6110e3

Branch: refs/heads/trunk
Commit: 9b6110e3519272b91f9d51ca58a09ba25fd4aa3a
Parents: 8a3e808
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Aug 14 19:51:23 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 14 19:51:23 2014 +0200

----------------------------------------------------------------------
 libcloud/common/openstack_identity.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9b6110e3/libcloud/common/openstack_identity.py
----------------------------------------------------------------------
diff --git a/libcloud/common/openstack_identity.py 
b/libcloud/common/openstack_identity.py
index d30716f..d13975e 100644
--- a/libcloud/common/openstack_identity.py
+++ b/libcloud/common/openstack_identity.py
@@ -100,7 +100,7 @@ class OpenStackIdentityVersion(object):
 
     def __repr__(self):
         return (('<OpenStackIdentityVersion version=%s, status=%s, '
-                 'updated=%s, url=%s' %
+                 'updated=%s, url=%s>' %
                  (self.version, self.status, self.updated, self.url)))
 
 
@@ -153,8 +153,8 @@ class OpenStackIdentityUser(object):
 
     def __repr__(self):
         return (('<OpenStackIdentityUser id=%s, domain_id=%s, name=%s, '
-                 'email=%s, enabled=%s' % (self.id, self.domain_id, self.name,
-                                           self.email, self.enabled)))
+                 'email=%s, enabled=%s>' % (self.id, self.domain_id, self.name,
+                                            self.email, self.enabled)))
 
 
 class OpenStackServiceCatalog(object):

Reply via email to