Make AsynchronousTask subclasses override _wait() and _poll() so that calls
authorZac Medico <zmedico@gentoo.org>
Sun, 6 Jul 2008 08:16:21 +0000 (08:16 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 6 Jul 2008 08:16:21 +0000 (08:16 -0000)
commit5cbc843e4c01b392c3c5295d43f28149cfc0921d
tree59b24f635255c8c611c9d3736c29c9d1791884f4
parent9cccc71a5e2ce0f61bbd04e6618f9d571089427f
Make AsynchronousTask subclasses override _wait() and _poll() so that calls
to public methods can be wrapped for implementing hooks such as exit listener
notification.

svn path=/main/trunk/; revision=10956
pym/_emerge/__init__.py