Fixed typo.

This commit is contained in:
Vinay Sajip 2012-05-28 17:01:17 +01:00
parent 382a7c0180
commit ef4c5010e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class BaseTest(unittest.TestCase):
self.ps3name = 'pysetup3'
self.lib = ('lib', 'python%s' % sys.version[:3])
self.include = 'include'
if sys.platform == 'darwin' and '__PYTHONV_LAUNCHER__' in env:
if sys.platform == 'darwin' and '__PYTHONV_LAUNCHER__' in os.environ:
executable = os.environ['__PYTHONV_LAUNCHER__']
else:
executable = sys.executable