projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2d345
)
Remove the TaskScheduler.run() method since the constructor replaces it with
author
Zac Medico
<zmedico@gentoo.org>
Thu, 25 Dec 2008 01:08:19 +0000
(
01:08
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index d00fe37ceb8709dc8680d1dcce5faefa080d7274..2baf4c05136fcf654d4a2bac8f507b20ae37b0ce 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-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")