Skip to content

Commit 9b4190f

Browse files
authored
Close #148 - missing import in setup.py
1 parent 053aefb commit 9b4190f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
make test
1717
"""
1818
# non-controversial imports
19+
import os
1920
from setuptools import setup, find_packages
2021
from setuptools.command.install import install
2122
from glob import glob

0 commit comments

Comments
 (0)