From: Brian Warner Date: Thu, 1 Nov 2007 22:34:28 +0000 (-0700) Subject: trailing-whitespace eradication, no functional changes X-Git-Tag: allmydata-tahoe-0.7.0~306 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f714c5915abc4d93acc14768fca55402a34cf3aa;p=tahoe-lafs%2Ftahoe-lafs.git trailing-whitespace eradication, no functional changes --- diff --git a/src/allmydata/util/find_exe.py b/src/allmydata/util/find_exe.py index aa02e9b3..22a2f1bb 100644 --- a/src/allmydata/util/find_exe.py +++ b/src/allmydata/util/find_exe.py @@ -15,7 +15,7 @@ def find_exe(exename): exes = which(exename) exe = exes and exes[0] if not exe: - exe = os.path.join(sys.prefix, 'scripts', exename + '.py') + exe = os.path.join(sys.prefix, 'scripts', exename + '.py') if os.path.exists(exe): path, ext = os.path.splitext(exe) if ext.lower() in [".exe", ".bat",]: