From fdb0f3deeb3c4f625db5f04ebd23785ad3487b3b Mon Sep 17 00:00:00 2001 From: "Gregory R. Lee" Date: Sun, 28 Apr 2019 10:41:44 +0530 Subject: [PATCH] BLD: add missing import of warnings module to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a29b73e1..eb541ff24 100755 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ import sys import subprocess import textwrap +import warnings from functools import partial from distutils.sysconfig import get_python_inc