Add a JobStatusDisplay class to encapsulate the status display. This object
authorZac Medico <zmedico@gentoo.org>
Thu, 17 Jul 2008 08:57:19 +0000 (08:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 17 Jul 2008 08:57:19 +0000 (08:57 -0000)
commit921685846c05bbeba18f8731b539e9f4ceee2bee
treec802d7d99eecef643fc130e7b244caf5580e77d2
parentbc422f02359719c83170865a5b7fc193d88e3d60
Add a JobStatusDisplay class to encapsulate the status display. This object
tracks whether or not any of it's attributes have changed since the last
time it was displayed, so the it's only displayed when something has changed.
Unlike before, now the display should always update whenever a relevant change
occurs.

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