Skip to content

Commit bad901a

Browse files
authored
import os in setup.py. Oops! (#226)
1 parent 608c100 commit bad901a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
we avoid the case where the generated `*.c` files are not forward-compatible.
2525
2626
"""
27+
import os
2728
import sys
2829
from setuptools import setup, Extension
2930

0 commit comments

Comments
 (0)