We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a352121 commit ebe1254Copy full SHA for ebe1254
1 file changed
setup.py
@@ -1,3 +1,5 @@
1
+from __future__ import print_function
2
+from os import sys
3
try:
4
from skbuild import setup
5
except ImportError:
0 commit comments