cosmin opened this issue 12 years ago · 1 comments
Boto 2.6.0 moved 'state' to a @property instead of a field. We should stop reaching into __dict__ and use getattr instead.
@property
__dict__
getattr
fixed in 144e378