#165 fix python 2 support
This commit is contained in:
@@ -4,6 +4,9 @@ import six
|
||||
from .types import Command
|
||||
|
||||
|
||||
DEVNULL = open(os.devnull, 'w')
|
||||
|
||||
|
||||
def which(program):
|
||||
"""Returns `program` path or `None`."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user