cosmin/ec2audit

Does not work with boto 2.6.0

cosmin opened this issue · 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.

fixed in 144e378