From 6737f241454688f6ea59a883f6c6e3fe8eff8e8b Mon Sep 17 00:00:00 2001 From: Seth Troisi Date: Tue, 21 Jan 2020 13:46:27 -0800 Subject: MAINT: Python2 Cleanups --- numpy/distutils/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/log.py') diff --git a/numpy/distutils/log.py b/numpy/distutils/log.py index 79eec00a6..eac517f56 100644 --- a/numpy/distutils/log.py +++ b/numpy/distutils/log.py @@ -1,4 +1,4 @@ -# Colored log, requires Python 2.3 or up. +# Colored log import sys from distutils.log import * from distutils.log import Log as old_Log -- cgit v1.2.1