Show More
@@ -16,7 +16,7 b' from subprocess import check_call, Popen' | |||||
16 | # cannot use argparse, python 2.7 only |
|
16 | # cannot use argparse, python 2.7 only | |
17 | from optparse import OptionParser |
|
17 | from optparse import OptionParser | |
18 |
|
18 | |||
19 | DEFAULTVARIANTS = ['plain'] |
|
19 | DEFAULTVARIANTS = ['plain', 'min', 'max', 'first', 'last', 'reverse', 'sort'] | |
20 |
|
20 | |||
21 | def check_output(*args, **kwargs): |
|
21 | def check_output(*args, **kwargs): | |
22 | kwargs.setdefault('stderr', PIPE) |
|
22 | kwargs.setdefault('stderr', PIPE) |
General Comments 0
You need to be logged in to leave comments.
Login now