#313 Remove types.Script, use Command with None as stdout and stderr

This commit is contained in:
nvbn
2015-07-27 17:39:41 +03:00
parent 20f51f5ffe
commit cf82af8978
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@ from collections import namedtuple
Command = namedtuple('Command', ('script', 'stdout', 'stderr'))
Script = namedtuple('Script', ('script'))
Rule = namedtuple('Rule', ('name', 'match', 'get_new_command',
'enabled_by_default', 'side_effect',