[Python] Fix 80-column violations

This commit is contained in:
practicalswift
2016-03-09 21:59:14 +01:00
parent 479d7929fd
commit 0796eaad1f
32 changed files with 512 additions and 245 deletions

View File

@@ -599,7 +599,8 @@ class Config(object):
name = platform.system()
if name == 'Darwin':
# The XPC service cannot run via the bindings due to permissions issue.
# The XPC service cannot run via the bindings due to permissions
# issue.
# file = 'sourcekitd.framework/sourcekitd'
file = 'libsourcekitdInProc.dylib'
elif name == 'Windows':