Doc string change.

llvm-svn: 128429
This commit is contained in:
Johnny Chen 2011-03-28 22:48:25 +00:00
parent 5e28aa5d9b
commit 4044fdccfc

View File

@ -11,7 +11,7 @@ from optparse import OptionParser
def setupSysPath():
"""
Add LLDB.framework/Resources/Python to the search paths for modules.
Add LLDB.framework/Resources/Python and the test dir to the sys.path.
"""
# Get the directory containing the current script.
scriptPath = sys.path[0]