_LockProcess: fix _poll returncode v2.1.9.50
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:36:25 +0000 (20:36 -0700)
commit9d407e3722896d7d4b967bf59e7a1e885684ee89
treecfb1bd8110df3f1bb6cc1a7b52872813152fe252
parent59835b2473cad2981ffe5e3fde9badf3a0c08af6
_LockProcess: fix _poll returncode

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