2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00

Reduced Task size (~600B/task)

This commit is contained in:
Thomas Nagy 2016-02-14 14:24:59 +01:00
parent 6bbcce206b
commit 2897bcfd81
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -419,6 +419,8 @@ class Task(TaskBase):
shell = False
"""Execute the command with the shell (class attribute)"""
__slots__ = ('env', 'inputs', 'outputs', 'dep_nodes', 'run_after', 'dep_vars', 'cwd', 'last_cmd', 'err_msg', '_uid')
def __init__(self, *k, **kw):
TaskBase.__init__(self, *k, **kw)