diff options
-rw-r--r-- | numpy/distutils/system_info.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py index bf63e94af..207780210 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -133,8 +133,6 @@ import platform _bits = {'32bit':32,'64bit':64} platform_bits = _bits[platform.architecture()[0]] -from itertools import cycle - def libpaths(paths,bits): """Return a list of library paths valid on 32 or 64 bit systems. |