##// END OF EJS Templates
remove unused find_cmd import in testing.tools
MinRK -
Show More
@@ -37,7 +37,7 b' except ImportError:'
37 37 has_nose = False
38 38
39 39 from IPython.config.loader import Config
40 from IPython.utils.process import find_cmd, getoutputerror
40 from IPython.utils.process import getoutputerror
41 41 from IPython.utils.text import list_strings
42 42 from IPython.utils.io import temp_pyfile, Tee
43 43 from IPython.utils import py3compat
General Comments 0
You need to be logged in to leave comments. Login now