From 8c34127f5050967ef4da9be21d7bc717a3d5cdd3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 3 Jan 2015 02:41:47 -0500 Subject: Restore missing import --- setuptools/tests/test_easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/tests/test_easy_install.py') diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index b8918b17..fc1a26d0 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -25,7 +25,7 @@ from setuptools.compat import StringIO, BytesIO, urlparse from setuptools.sandbox import run_setup, SandboxViolation from setuptools.command.easy_install import ( easy_install, fix_jython_executable, get_script_args, nt_quote_arg, - get_script_header, + get_script_header, is_sh, ) from setuptools.command.easy_install import PthDistributions from setuptools.command import easy_install as easy_install_pkg -- cgit v1.2.3