setup: Add missing os import

This commit is contained in:
Alex Willmer 2018-04-27 16:47:03 +01:00
parent 0ee4ddcec1
commit fbcb789f3f
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import os
from setuptools import find_packages, setup