aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ez_setup.py b/tests/test_ez_setup.py
index 5e7ffa62..e6283306 100644
--- a/tests/test_ez_setup.py
+++ b/tests/test_ez_setup.py
@@ -37,7 +37,7 @@ class TestSetup(unittest.TestCase):
def test_install(self):
def _faked(*args):
return True
- ez_setup.python_cmd = _faked
+ ez_setup._python_cmd = _faked
_install(self.zipball)
def test_use_setuptools(self):