projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcacfe9
)
Remove the TaskScheduler.run() method since the constructor replaces it with
author
Zac Medico
<zmedico@gentoo.org>
Sun, 21 Dec 2008 04:02:15 +0000
(
04:02
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 21 Dec 2008 04:02:15 +0000
(
04:02
-0000)
the QueueScheduler.run() method.
svn path=/main/trunk/; revision=12270
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 4c978bb310875b57c0f6c37b980716e9780c43c9..16b353427ca3ccff48db1a355425aa40709fea49 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-9100,9
+9100,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")