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 268b6ea commit b1bd976Copy full SHA for b1bd976
1 file changed
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