summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_async/TaskScheduler.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/util/_async/TaskScheduler.py')
-rw-r--r--pym/portage/util/_async/TaskScheduler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage/util/_async/TaskScheduler.py b/pym/portage/util/_async/TaskScheduler.py
index b0ec7af09..35b3875a4 100644
--- a/pym/portage/util/_async/TaskScheduler.py
+++ b/pym/portage/util/_async/TaskScheduler.py
@@ -5,8 +5,6 @@ from .AsyncScheduler import AsyncScheduler
class TaskScheduler(AsyncScheduler):
- __slots__ = ('_task_iter',)
-
"""
A simple way to handle scheduling of AbstractPollTask instances. Simply
pass a task iterator into the constructor and call start(). Use the