_LockProcess: fix _poll returncode v2.2.0_alpha37
authorZac Medico <zmedico@gentoo.org>
Fri, 27 May 2011 03:28:54 +0000 (20:28 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 27 May 2011 03:28:54 +0000 (20:28 -0700)
commit49a246a11edff3fdcaebe756ac3432b35b613ec6
tree040334dc0143a386391b05b0848b465ef2782c7d
parent4b5ab00fd0fd08af8c9075acdbb3921cf39d41a3
_LockProcess: fix _poll returncode

We don't want to return the returncode directly from the
subprocess. Return self.returncode instead.
pym/_emerge/AsynchronousLock.py