trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
fb59627faa
commit
f192ffc18d
|
@ -47,7 +47,7 @@ def do_start(basedir, profile=False, out=sys.stdout, err=sys.stderr):
|
||||||
if not os.path.isdir(basedir):
|
if not os.path.isdir(basedir):
|
||||||
print >>err, " in fact, it doesn't look like a directory at all!"
|
print >>err, " in fact, it doesn't look like a directory at all!"
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
cmd = find_exe.find_exe('twistd')
|
cmd = find_exe.find_exe('twistd')
|
||||||
if not cmd:
|
if not cmd:
|
||||||
print "Can't find twistd (it comes with Twisted). Aborting."
|
print "Can't find twistd (it comes with Twisted). Aborting."
|
||||||
|
|
Loading…
Reference in New Issue