trailing-whitespace eradication, no functional changes

This commit is contained in:
Brian Warner 2007-11-01 15:28:50 -07:00
parent fb59627faa
commit f192ffc18d

View File

@ -47,7 +47,7 @@ def do_start(basedir, profile=False, out=sys.stdout, err=sys.stderr):
if not os.path.isdir(basedir):
print >>err, " in fact, it doesn't look like a directory at all!"
return 1
cmd = find_exe.find_exe('twistd')
if not cmd:
print "Can't find twistd (it comes with Twisted). Aborting."