Skip to content

Commit b1bd976

Browse files
committed
FIX missing import in setup.py
1 parent 268b6ea commit b1bd976

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)