Package: python-mox / 0.5.3-4

Metadata

Package Version Patches format
python-mox 0.5.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python 2.7.2 compat.patch | (download)

mox.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix mockobject usage under python 2.7.2
 Since Python 2.7.2, even old-style classes can override __dir__.
 __dir__ must return a list-like object, but MockAnything.__dir__
 will return a MockMethod. This patch fixes that.