Skip to content

Commit c86ba2f

Browse files
author
denfromufa
authored
Update setup.py
1 parent c17f38f commit c86ba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from distutils.spawn import find_executable
1111
from distutils import log
1212
from platform import architecture
13-
from subprocess import Popen, CalledProcessError, PIPE, check_call
13+
from subprocess import Popen, CalledProcessError, PIPE, check_call, check_output
1414
from glob import glob
1515
import fnmatch
1616
import sys

0 commit comments

Comments
 (0)