Skip to content

Commit f80a69d

Browse files
Matthias KoeppeZerline
Matthias Koeppe
authored and
Zerline
committed
setup.py: import sys
1 parent d6e8ce4 commit f80a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readfile(filename):
2727
# For the tests
2828
class SageTest(TestCommand):
2929
def run_tests(self):
30-
import os
30+
import os, sys
3131
errno = os.system("sage -t --force-lib sage_widget_adapters")
3232
if errno != 0:
3333
sys.exit(1)

0 commit comments

Comments
 (0)