Commit bf0db52f authored by Jim Fulton's avatar Jim Fulton

trailing whitespace

parent 04314df7
......@@ -188,7 +188,7 @@ def sys_install(setup, dest):
def find_python(version):
env_friendly_version = ''.join(version.split('.'))
e = os.environ.get('PYTHON%s' % env_friendly_version)
if e is not None:
return e
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment