diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-01-23 14:28:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 14:28:59 +1100 |
commit | 388e8197e15403345950edc23ae5fc7a3cb0f644 (patch) | |
tree | b2531ff0067ad6b60227fb7ebcec4421bffe28e6 /numpy/distutils | |
parent | 54f0f6e9aeff673551ccfa272fa82a27edb89552 (diff) | |
parent | 6737f241454688f6ea59a883f6c6e3fe8eff8e8b (diff) | |
download | numpy-388e8197e15403345950edc23ae5fc7a3cb0f644.tar.gz |
Merge pull request #15379 from sethtroisi/misc_cleanups3
MAINT: Python2 Cleanups
Diffstat (limited to 'numpy/distutils')
-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 |