summaryrefslogtreecommitdiff
path: root/numpy/tests/test_scripts.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-01-23 14:44:36 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-01-23 14:56:57 -0700
commitb4e3a4227e3a9cfe28717db458e67d79e916a418 (patch)
treef8e78724985f104bb6302d5a36d4e9a0799f0ca1 /numpy/tests/test_scripts.py
parent11654979194d7d17b78cee08f4a26877acd5071b (diff)
downloadnumpy-b4e3a4227e3a9cfe28717db458e67d79e916a418.tar.gz
MAINT: Replace basestring with str.
This replaces basestring with str except in - tools/npy_tempita/ - numpy/compat/py3k.py
Diffstat (limited to 'numpy/tests/test_scripts.py')
-rw-r--r--numpy/tests/test_scripts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_scripts.py b/numpy/tests/test_scripts.py
index 20447bcf3..658606f82 100644
--- a/numpy/tests/test_scripts.py
+++ b/numpy/tests/test_scripts.py
@@ -9,7 +9,6 @@ from os.path import join as pathjoin, isfile, dirname
import subprocess
import numpy as np
-from numpy.compat.py3k import basestring
from numpy.testing import assert_, assert_equal
is_inplace = isfile(pathjoin(dirname(np.__file__), '..', 'setup.py'))