We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fafa1 commit 86ca052Copy full SHA for 86ca052
setup.py
@@ -11,6 +11,7 @@
11
from distutils.command.clean import clean as Clean
12
from pkg_resources import parse_version
13
import traceback
14
+import subprocess
15
16
if sys.version_info[0] < 3:
17
import __builtin__ as builtins
0 commit comments