diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-21 13:46:27 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-21 13:46:27 -0800 |
commit | 6737f241454688f6ea59a883f6c6e3fe8eff8e8b (patch) | |
tree | c2441245dce49f6bd5ece6fbe4219d8c85655f20 /numpy/distutils/log.py | |
parent | 19b96a1635ee93c487d69ab88ac5ea3a6a14e79e (diff) | |
download | numpy-6737f241454688f6ea59a883f6c6e3fe8eff8e8b.tar.gz |
MAINT: Python2 Cleanups
Diffstat (limited to 'numpy/distutils/log.py')
-rw-r--r-- | numpy/distutils/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |