Remove the TaskScheduler.run() method since the constructor replaces it with
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:08:19 +0000 (01:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Dec 2008 01:08:19 +0000 (01:08 -0000)
the QueueScheduler.run() method. (trunk r12270)

svn path=/main/branches/2.1.6/; revision=12304

pym/_emerge/__init__.py

index d00fe37ceb8709dc8680d1dcce5faefa080d7274..2baf4c05136fcf654d4a2bac8f507b20ae37b0ce 100644 (file)
@@ -9084,9 +9084,6 @@ class TaskScheduler(object):
        def add(self, task):
                self._queue.add(task)
 
-       def run(self):
-               self._scheduler.schedule()
-
 class JobStatusDisplay(object):
 
        _bound_properties = ("curval", "failed", "running")