Akihiro MOTOKI a06e263b60 Ignore non-existing attr in APIResourceWrapper __repr__
Fixes bug 1202415

__repr__ was added to APIResourceWrapper in the recent commit,
but it searches all attributes in _attrs list. When an attribute
defined in _attrs actually does not exist, __repr__() fails.
This commit changes __repr__ to ignore non-existing attributes.

Change-Id: Iebaeae78f3763d87f3993ba5c4bbed4c23e84c45
2013-07-25 21:45:17 +09:00
..
2013-06-13 07:51:10 +02:00
2013-07-22 01:09:52 -07:00
2013-06-14 12:05:55 +02:00