Skip to content

Commit 86ca052

Browse files
committed
FIX missing import in setup.py
1 parent d3fafa1 commit 86ca052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from distutils.command.clean import clean as Clean
1212
from pkg_resources import parse_version
1313
import traceback
14+
import subprocess
1415

1516
if sys.version_info[0] < 3:
1617
import __builtin__ as builtins

0 commit comments

Comments
 (0)