From 4044fdccfc8694b42effffa1d40eb0e4b7ea572f Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 28 Mar 2011 22:48:25 +0000 Subject: [PATCH] Doc string change. llvm-svn: 128429 --- lldb/utils/test/lldb-disasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/utils/test/lldb-disasm.py b/lldb/utils/test/lldb-disasm.py index 0caca30a416d..9cc29b71ba21 100755 --- a/lldb/utils/test/lldb-disasm.py +++ b/lldb/utils/test/lldb-disasm.py @@ -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]