Skip to content

Commit ebe1254

Browse files
committed
Add missing future print and os.sys import
1 parent a352121 commit ebe1254

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
from os import sys
13
try:
24
from skbuild import setup
35
except ImportError:

0 commit comments

Comments
 (0)